From d497e2a183d9951144e5c824d5012d379e60846a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 1 Feb 2021 11:43:59 +0100 Subject: Adjust invitation resending after reviews Remove userId legacy argument, only use attendeeId for resending. Remove "email" from wordings. Signed-off-by: Vincent Petry Co-authored-by: Joas Schilling --- docs/participant.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3