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:54:57 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-29 17:54:57 +0300
commit76543aadc7249a8e6b52a160c939d4ddf6220cc5 (patch)
treef60ac73dcd7ad7109dcd3c4ac6bf7731ea1da42a /docs
parent1b460b842f858e7bbfe18ea3fa112bb8ad4cd939 (diff)
Allow specifying participant on email resend API
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/participant.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/participant.md b/docs/participant.md
index 4cb117368..ef6976284 100644
--- a/docs/participant.md
+++ b/docs/participant.md
@@ -172,6 +172,12 @@
* Method: `POST`
* Endpoint: `/room/{token}/participants/emails`
+* Data:
+
+ field | type | Description
+ ------|------|------------
+ `participant` | string or null | v3 | User for whom to resend email, or null to send to all email actors
+
* Response:
- Status code:
+ `200 OK`