Modify Global Settings
Modify global settings used to override system default behaviour
- application/json
Request Body
globalSettings object[]
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
PUT /v4/globalsettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/GlobalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"globalSettings": [
{
"name": "string",
"category": "string",
"type": "Integer",
"newValue": "string",
"comment": "string",
"reset": true
}
]
}'