18 lines
432 B
YAML
18 lines
432 B
YAML
|
get:
|
||
|
tags:
|
||
|
- AgentBot
|
||
|
operationId: listAgentBots
|
||
|
summary: List all agentbots
|
||
|
description: List all available agentbots for the current installation
|
||
|
responses:
|
||
|
200:
|
||
|
description: Success
|
||
|
schema:
|
||
|
type: Array
|
||
|
description: 'List of agent bots'
|
||
|
$ref: '#/definitions/agent_bot'
|
||
|
404:
|
||
|
description: Inbox not found, Agent bot not found
|
||
|
403:
|
||
|
description: Access denied
|