provider Tickets PUT /tickets/{ticketId}
@utdk/zendesk /tickets/{ticketId}
Update a ticket
Update one or more properties of a ticket. You can change the subject, status, priority, assignee, tags, and other fields. Only include the fields you want to change.
ticketId path required
The ticket ID
integer

Try it

Authentication
Configure credentials for Zendesk Support API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateticket
PUT/tickets/{ticketId}
Update one or more properties of a ticket. You can change the subject, status, priority, assignee, tags, and other fields. Only include the fields you want to change.

Parameters

required

The ticket ID

Input

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.updateticket()