Developers
API ReferenceTicket Settings

Sets ticket settings for instance.

PATCH
/ticket/settings

Sets ticket settings for instance.

Authorization<token>

Value for the Authorization header parameter.

In: header

Request Body

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}