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.
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"
}
]
}
Troubleshooting Operations
GET
Get Settings
GET
Get Task Details
POST
Request Tech Support Logs
PUT
Update Settings