Settings
Set the value of a setting
Set the current value of a specific setting
post/settings/{settingId}
Path parameters
settingIdstring required
Example:global_policy_mode
Id of the setting to set
Request body
Example request
{
"value": "enforce"
}Response
Settings
Example response
{
"id": "global_policy_mode",
"data": {
"settingId": "allowed_networks"
}
}