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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import zendesk from '@utdk/zendesk';
await zendesk.updateticket()