Add or Update Entity Settings
Select
This API allows you to add or update settings for linked entities, such as servers or server groups. Use this endpoint to modify the default behavior of these entities.
- application/json
Request Body
entitySettings 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.
value stringValue 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
entity object required
id int32type string
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}