chore: Add Swagger docs for Platform APIs (#2349)
This commit is contained in:
6
swagger/parameters/agent_bot_id.yml
Normal file
6
swagger/parameters/agent_bot_id.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The ID of the agentbot to be updated
|
||||
@@ -1,6 +1,9 @@
|
||||
account_id:
|
||||
$ref: ./account_id.yml
|
||||
|
||||
agent_bot_id:
|
||||
$ref: ./agent_bot_id.yml
|
||||
|
||||
team_id:
|
||||
$ref: ./team_id.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user