mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(docs): Add self-joined user to bad request response
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
236fa9d86b
commit
af5f1434e3
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@
|
|||
* Response:
|
||||
- Status code:
|
||||
+ `200 OK`
|
||||
+ `400 Bad Request` When the participant to promote is not a normal user (type `3`) or normal guest (type `4`)
|
||||
+ `400 Bad Request` When the participant to promote is not a normal user (type `3`), normal guest (type `4`) or self-joined user (type `5`)
|
||||
+ `403 Forbidden` When the current user is not a moderator or owner
|
||||
+ `403 Forbidden` When the participant to remove is an owner
|
||||
+ `404 Not Found` When the conversation could not be found for the participant
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue