API ReferenceTicket Settings
Sets ticket settings for instance.
Sets ticket settings for instance.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The updated TicketSettings resource
TypeScript Definitions
Use the request body type in TypeScript.
allowForAttachmentsOnEmailCreate?boolean|null
changeStatusInProgressOnMessageCreate?boolean|null
Response Body
curl -X PATCH "https://example.com/ticket/settings" \ -H "Content-Type: application/json" \ -d '{}'{ "allowForAttachmentsOnEmailCreate": true, "changeStatusInProgressOnMessageCreate": true}