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 18:22:41 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-29 18:23:50 +0300
commit5f08c96ff670c44ef39e4e18ae0703ac6e3d7938 (patch)
treed328a9763a5f0ba782d8c2d154d397a5acb38a27 /docs
parent76543aadc7249a8e6b52a160c939d4ddf6220cc5 (diff)
Reword resendEmail to resendInvitation in APIs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/participant.md b/docs/participant.md
index ef6976284..b411b0f98 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -171,18 +171,18 @@
## Resend participant emails
* Method: `POST`
-* Endpoint: `/room/{token}/participants/emails`
+* Endpoint: `/room/{token}/participants/resend-invitations`
* Data:
field | type | Description
------|------|------------
- `participant` | string or null | v3 | User for whom to resend email, or null to send to all email actors
+ `participant` | string or null | v3 | User for whom to resend invitations, or null to send to all email actors
* 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
+ + `404 Not Found` When the given participant was not found in the conversation
## Leave a conversation (not available for call and chat anymore)