chore: Add documentation for APIs (#2248)
This commit is contained in:
@@ -21,6 +21,8 @@ agent_bot:
|
||||
$ref: ./resource/agent_bot.yml
|
||||
contact_inboxes:
|
||||
$ref: ./resource/contact_inboxes.yml
|
||||
contactable_inboxes:
|
||||
$ref: ./resource/contactable_inboxes.yml
|
||||
account:
|
||||
$ref: ./resource/account.yml
|
||||
team:
|
||||
|
||||
8
swagger/definitions/resource/contactable_inboxes.yml
Normal file
8
swagger/definitions/resource/contactable_inboxes.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
type: object
|
||||
properties:
|
||||
source_id:
|
||||
type: string
|
||||
description: Contact Inbox Source Id
|
||||
inbox:
|
||||
type: object
|
||||
$ref: '#/definitions/inbox'
|
||||
Reference in New Issue
Block a user