Modify Global Settings
Select
Modify global settings used to override system default behaviour
- application/json
Request Body
globalSettings object[]
name string requiredName of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.
category string requiredCategory of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.
type string requiredPossible values: [
Integer
,String
,Boolean
,Multi string
]Type of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.
newValue stringNew value which will be set for the specified setting, there can be fixed acceptables values for some settings. To get more details about what are acceptable value for a setting, use GET GlobalSettings or GET EntitySettings.
comment stringComment to specify why this value was set for the specified setting
reset booleanTo reset the value of any already modified setting, set this to true to reset the value and regain default behaviour
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}