System Settings
Configurable Parameters
S NO.
PARAMETER
DESCRIPTION
EXAMPLE
Read Values that are Already Set
curl -X GET \
/data/v1/system/settings/get/{key} \
-H 'Authorization: Bearer ' \
-H 'Content-Type: application/json' curl -X POST \
/data/v1/system/settings/set \
-H 'Authorization: Bearer ' \
-H 'Content-Type: application/json' \
-H 'X-Authenticated-User-Token: ' \
-d '{
"request": {
"id": "custodianOrgChannel",
"field": "custodianOrgChannel",
"value": ""
}
}'
Configure Custodian Org ID
Configure the Content Coming Soon Page
Configure Course Framework ID
Configure the Terms and Conditions page
Configure FAQs for User Consumption
Last updated
Was this helpful?