SystemVariableUpdateRequest
POST {{base_url}}/SystemVariableUpdateRequest
Sets a value for a system variable.
Requires Authentication
Yes (Admin)
Returns
N/A
Batch?
No
Request Body
[{"name"=>"Id", "value"=>"{{SystemVariableEnum}}", "datatype"=>"string"}, {"name"=>"Value", "value"=>"{{string}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |