Partial diff: added / removed operations, renames, and spec-info fields. Nested schema changes are not tracked yet.
68615c2feat: enhance conversation API documentation with detailed error response and parameter validation- Description changed
getPreviousConversation"Returns all non-deleted conversations for a contact in the current workspace, including open and closed." → "Returns all non-deleted conversations for a contact in the current workspace, including open and closed. "
a976c05feat:update conversation API description and parameter details to remove redundant mongo id warnings- Description changed
getPreviousConversation"Returns all non-deleted conversations for a contact in the current workspace, including open and closed. The query parameteridis the contact'scontactServiceId, not a conversation id." → "Returns all non-deleted conversations for a contact in the current workspace, including open and closed."
cf47011feat: update conversation retrieval endpoint summary and description for clarity- Summary changed
getPreviousConversation"Get Previous Conversation" → "List Conversations by Contact" - Description changed
getPreviousConversation"Retrieves previous conversation details for a specific contact." → "Returns all non-deleted conversations for a contact in the current workspace, including open and closed. The query parameteridis the contact'scontactServiceId, not a conversation id."
5d939e8feat: standardize API error responses, update WhatsApp template request schema, and refine documentation models- Added
listBusinessChatChannels - Added
assignTeamToConversation - Added
assignUserToConversation - Added
unassignTeamFromConversation - Added
unassignUserFromConversation - Added
closeConversation - Added
getPreviousConversation - Added
openConversation - Added
listMessagesByConversation - Added
sendWhatsAppTemplateMessage