chore: Add Swagger docs for Platform APIs (#2349)
This commit is contained in:
@@ -3,12 +3,15 @@ properties:
|
||||
id:
|
||||
type: number
|
||||
description: ID of the agent bot
|
||||
description:
|
||||
type: string
|
||||
description: The description about the agent bot
|
||||
name:
|
||||
type: string
|
||||
description: The name of the agent bot
|
||||
description:
|
||||
type: string
|
||||
description: The description about the agent bot
|
||||
account_id:
|
||||
type: number
|
||||
description: Account ID if it's an account specific bot
|
||||
outgoing_url:
|
||||
type: string
|
||||
description: The webhook URL for the bot
|
||||
|
||||
9
swagger/definitions/resource/platform_account.yml
Normal file
9
swagger/definitions/resource/platform_account.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: number
|
||||
description: Account ID
|
||||
name:
|
||||
type: string
|
||||
description: Name of the account
|
||||
|
||||
Reference in New Issue
Block a user