Skip to content

How to update Terms and conditions on sunbird ed env #105

Closed Answered by reshmi-nair
ashokreddy1208 asked this question in Documentation
Discussion options

You must be logged in to vote

@ashokreddy1208 Please use the system settings API to update this.
There are 4 types of t&c -
tncConfig - for any user login
groupsTnc - while creating group
orgAdminTnc- For org admins
reportViewerTnc - for report viewer role for viewing reports

Please make sure you are updating for the correct config.

API endpoint : /api/data/v1/system/settings/set
{
"request":{
"id": "reportViewerTnc",
"field": "reportViewerTnc",
"value": "{"latestVersion":"4.0.0","4.0.0":{"url":"https://sunbirdstagingpublic.blob.core.windows.net/termsandcondtions/terms-and-conditions-v9.html#administratorGuidelines\"}}"
}
}

{
"request":{
"id": "groupsTnc",
"field": "groupsTnc",
"value": "{"latestVersion":"3.5.0","3.5.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AmiableAnil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants