mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Add bot documentation to overview
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
1397252d69
commit
2d148bd24b
2 changed files with 6 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`: (requires the `bots-v1` capa
|
|||
|
||||
## Get list of bots installed on the server
|
||||
|
||||
Lists the bots that are enabled and can be enabled for the conversation
|
||||
Lists the bots that are installed on the server.
|
||||
|
||||
* Required capability: `bots-v1`
|
||||
* Method: `GET`
|
||||
|
|
@ -13,8 +13,7 @@ Lists the bots that are enabled and can be enabled for the conversation
|
|||
* Response:
|
||||
- Status code:
|
||||
+ `200 OK`
|
||||
+ `403 Forbidden` When the current user is not a moderator/owner
|
||||
+ `404 Not Found` When the conversation could not be found for the participant
|
||||
+ `403 Forbidden` When the current user is not an administrator
|
||||
- Data:
|
||||
List of bots, each bot has at least:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,13 @@
|
|||
* [Scalability](scalability.md)
|
||||
* [Call experience](call-experience.md)
|
||||
* [Occ commands](occ.md)
|
||||
* [Commands](commands.md)
|
||||
* [Bots](bot-list.md)
|
||||
* [Commands (deprecated)](commands.md)
|
||||
* [Matterbridge integration](matterbridge.md)
|
||||
|
||||
## Developer documentation
|
||||
|
||||
* [Bots and webhooks](bots.md)
|
||||
* [Constants](constants.md)
|
||||
* [Capabilities](capabilities.md)
|
||||
* [PHP Events](events.md)
|
||||
|
|
@ -37,6 +39,7 @@
|
|||
* [Reaction management](reaction.md)
|
||||
* [Poll management](poll.md)
|
||||
* [Breakout rooms management](breakout-rooms.md)
|
||||
* [Bots management](bot-management.md)
|
||||
* [Integration by other apps](integration.md)
|
||||
* [Webinar management](webinar.md)
|
||||
* [Settings management](settings.md)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue