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.
1 parent b879864 commit ccd89b3Copy full SHA for ccd89b3
src/clients/core/sideconversations.js
@@ -128,8 +128,8 @@ class SideConversations extends Client {
128
129
/**
130
* List all the Side Conversations tickets.
131
- * @param ticketID
132
- * @returns {Promise<{result: Array<Ticket>}>} An array of tickets.
+ * @param {number} ticketID - the Id of the ticket.
+ * @returns {Promise<{result: Array<import('./tickets.js').Ticket>}>} An array of tickets.
133
* @async
134
* @see https://developer.zendesk.com/api-reference/ticketing/side_conversation/side_conversation/#list-side-conversations
135
* @example
0 commit comments