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-02-01 13:43:59 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-01 13:43:59 +0300
commitd497e2a183d9951144e5c824d5012d379e60846a (patch)
treeb1503c357a7e66c950c300e0cd8c0ca894b117d4 /docs
parentf477a4b40372939dc57e10c8d1d6ec511d422723 (diff)
Adjust invitation resending after reviews
Remove userId legacy argument, only use attendeeId for resending. Remove "email" from wordings. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 8787c2f20..d1a288942 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -176,14 +176,13 @@
field | type | Description
------|------|------------
- `participant`| string or null | v3 | User for whom to resend invitations, or null to send to all email actors
`attendeeId` | int or null | v3 | Attendee id can be used for guests and users
* Response:
- Status code:
+ `200 OK`
+ `403 Forbidden` When the current user is not a moderator or owner
- + `404 Not Found` When the given participant was not found in the conversation
+ + `404 Not Found` When the given attendee was not found in the conversation
## Leave a conversation (not available for call and chat anymore)