We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
listIncidents
Ticket[]
1 parent 8ec9ab2 commit 3a34fa6Copy full SHA for 3a34fa6
src/clients/core/tickets.js
@@ -256,7 +256,7 @@ class Tickets extends Client {
256
/**
257
* List incidents related to a specific ticket.
258
* @param {number} ticketId - The ID of the ticket.
259
- * @returns {Promise<Array>} An array of incidents related to the ticket.
+ * @returns {Promise<Array<Ticket>>} An array of incidents related to the ticket.
260
* @see {@link https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-tickets}
261
* @example
262
* const incidents = await client.tickets.listIncidents(7890);
0 commit comments