chore: API documentation updates for CSAT surveys (#7255)
- Expose conversation uuid in APIs - swagger documentation for cast survey update via public/message/update endpoints - swagger documentation for survey/responses/conversation_uuid endpoint Fixes: #6328
This commit is contained in:
5
swagger/parameters/conversation_uuid.yml
Normal file
5
swagger/parameters/conversation_uuid.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
in: path
|
||||
name: conversation_uuid
|
||||
type: integer
|
||||
required: true
|
||||
description: The uuid of the conversation
|
||||
@@ -22,6 +22,9 @@ contact_sort_param:
|
||||
conversation_id:
|
||||
$ref: ./conversation_id.yml
|
||||
|
||||
conversation_uuid:
|
||||
$ref: ./conversation_uuid.yml
|
||||
|
||||
custom_filter_id:
|
||||
$ref: ./custom_filter_id.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user