Update Settings

Update Settings

Update the global Tech-Support Settings.

Request
URI
PUT
https://{api_host}/hybridity/api/techsupport/settings
COPY
Request Body
TechSupportGlobalSettings of type(s) application/json
Required
{
    "autoAcknowledge": true
}
boolean
autoAcknowledge
Optional

Where or not the support action is auto-acknowledged.

Authentication
This operation uses the following authentication methods.
Responses
200

The global settings updated successfully.

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns ErrorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors