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
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

Configure credentials above to enable sending.

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

TypeScript

import zendesk from '@utdk/zendesk';

await zendesk.updateticket()