How to update Terms and conditions on sunbird ed env #105
-
Hi @reshmi-nair , We need to update Terms and conditions on sunbird ed staging env, please let me know the steps to do same.. New T&C link:- https://sunbirdstagingpublic.blob.core.windows.net/privacy-policy/terms-of-use.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@ashokreddy1208 Please use the system settings API to update this. Please make sure you are updating for the correct config. API endpoint : /api/data/v1/system/settings/set
|
Beta Was this translation helpful? Give feedback.
@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.…