chore: Add documentation for APIs (#2248)
This commit is contained in:
@@ -4,8 +4,13 @@ account_id:
|
||||
team_id:
|
||||
$ref: ./team_id.yml
|
||||
|
||||
|
||||
source_id:
|
||||
$ref: ./source_id.yml
|
||||
|
||||
conversation_id:
|
||||
$ref: ./conversation_id.yml
|
||||
|
||||
message_id:
|
||||
$ref: ./message_id.yml
|
||||
|
||||
|
||||
2
swagger/parameters/source_id.yml
Normal file
2
swagger/parameters/source_id.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
type: string
|
||||
description: "Id of the session for which the conversation is created.\n\n\n\n Source Ids can be obtained through contactable inboxes API or via generated.<br/><br/>Website: Chatwoot generated string which can be obtained from webhook events. <br/> Phone Channels(Twilio): Phone number in e164 format <br/> Email Channels: Contact Email address <br/> API Channel: Any Random String"
|
||||
Reference in New Issue
Block a user