Chore: Inbox Members API improvements (#3008)
- New Inbox Member APIs - Return JSON errors for Platform APIs
This commit is contained in:
6
swagger/parameters/inbox_id.yml
Normal file
6
swagger/parameters/inbox_id.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: inbox_id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The ID of the Inbox
|
||||
@@ -7,6 +7,9 @@ agent_bot_id:
|
||||
team_id:
|
||||
$ref: ./team_id.yml
|
||||
|
||||
inbox_id:
|
||||
$ref: ./inbox_id.yml
|
||||
|
||||
hook_id:
|
||||
$ref: ./hook_id.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user