Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-09-20 12:42:10 +02:00
Родитель 2d06fbfe5b
Коммит 6b5b1a676e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E166FD8976B3BAC8
1 изменённых файлов: 20 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,27 @@
# API v1 Documentation
- [Constants](#constants)
* [Room types](#room-types)
* [Participant types](#participant-types)
- [Room management](#room-management)
* [Creating a new room](#creating-a-new-room)
* [Get user´s rooms](#get-user-s-rooms)
* [Get single room (also for guests)](#get-single-room--also-for-guests-)
* [Rename a room](#rename-a-room)
* [Delete a room](#delete-a-room)
* [Allow guests in a room (public room)](#allow-guests-in-a-room--public-room-)
* [Disallow guests in a room (group room)](#disallow-guests-in-a-room--group-room-)
- [Participant management](#participant-management)
* [Get list of participants in a room](#get-list-of-participants-in-a-room)
* [Add a participant to a room](#add-a-participant-to-a-room)
* [Delete a participant from a room](#delete-a-participant-from-a-room)
* [Remove yourself from a room](#remove-yourself-from-a-room)
* [Promote a user to a moderator](#promote-a-user-to-a-moderator)
* [Demote a moderator to a user](#demote-a-moderator-to-a-user)
Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
## Constants
### Room types