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:
authorVincent Petry <vincent@nextcloud.com>2021-01-29 17:13:40 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-29 17:13:40 +0300
commitbf2b8cfbda630d1baff8c6586e3980b4fc568712 (patch)
tree3097783493147b16ab94d63163d1acf968b177eb /docs
parentcfcbb39c5271fd03eada5b92ac389354e10b0cd2 (diff)
Allow resending invitation emails
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 366373c2b..4cb117368 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -168,6 +168,16 @@
`inCall` | int | Flags whether the conflicting session is in a potential call
`lastPing` | int | Timestamp of the last ping of the conflicting session
+## Resend participant emails
+
+* Method: `POST`
+* Endpoint: `/room/{token}/participants/emails`
+* Response:
+ - Status code:
+ + `200 OK`
+ + `403 Forbidden` When the current user is not a moderator or owner
+ + `404 Not Found` When the conversation could not be found
+
## Leave a conversation (not available for call and chat anymore)
* Method: `DELETE`