Feature: Rich Message Types (#610)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -10,15 +10,14 @@
|
||||
/accounts/{account_id}/inboxes/{id}:
|
||||
$ref: ./inboxes/update.yml
|
||||
/accounts/{account_id}/inboxes/{id}/set_agent_bot:
|
||||
$ref: ./inboxes/update.yml
|
||||
$ref: ./inboxes/set_agent_bot.yml
|
||||
|
||||
/agent_bots:
|
||||
$ref: ./agent_bots/index.yml
|
||||
|
||||
|
||||
# Conversations
|
||||
/accounts/{account_id}/conversations:
|
||||
$ref: ./conversation/list.yml
|
||||
$ref: ./conversation/index_or_create.yml
|
||||
/accounts/{account_id}/conversations/{id}:
|
||||
$ref: ./conversation/crud.yml
|
||||
/accounts/{account_id}/conversations/{id}/toggle_status:
|
||||
|
||||
Reference in New Issue
Block a user