Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-09 13:44:14 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-10 12:19:22 +0300
commit1a3a6e85d0e36695774146d8779f144ee1cab4cb (patch)
tree92ddc5f61ec2974df15ba200b1c1265c9c85732c /docs
parent8aa2aa2efe53ca0f2cdcb1b7a05812cb9930e52e (diff)
Move GuestController to EnviromentAware
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 3d34f8b7f..08dab3976 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -178,5 +178,5 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
* Response:
- Header:
+ `200 OK`
- + `404 Not Found` When the conversation is not found or the session does not exist in the conversation
- + `403 Forbidden` When the user is logged in
+ + `403 Forbidden` When the current user is not a guest
+ + `404 Not Found` When the conversation could not be found for the participant