Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update a Zendesk ticket status, priority, tags, or comment
zendesk__update_ticket
{ "type": "object", "properties": { "subdomain": { "type": "string", "description": "Zendesk subdomain, for example example for example.zendesk.com" }, "ticketId": { "type": "number", "description": "Zendesk ticket ID" }, "ticket": { "type": "object", "description": "Zendesk ticket update payload" } }, "required": [ "subdomain", "ticketId", "ticket" ], "description": "Input schema for the zendesk__update_ticket tool." }