-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: DorraJaouad <[email protected]>
- Loading branch information
1 parent
cc33203
commit c4b30d7
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2456,7 +2456,7 @@ public function setMessageExpiration(int $seconds): DataResponse { | |
* | ||
* Content format is comma separated values: | ||
* - Header line is required and must match `"email","name"` or `"email"` | ||
* - one entry per line | ||
* - One entry per line (e.g. `"John Doe","[email protected]"`) | ||
* | ||
* Required capability: `email-csv-import` | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16590,7 +16590,7 @@ | |
"post": { | ||
"operationId": "room-import-emails-as-participants", | ||
"summary": "Import a list of email attendees", | ||
"description": "Content format is comma separated values: - Header line is required and must match `\"email\",\"name\"` or `\"email\"` - one entry per line\nRequired capability: `email-csv-import`", | ||
"description": "Content format is comma separated values: - Header line is required and must match `\"email\",\"name\"` or `\"email\"` - One entry per line (e.g. `\"John Doe\",\"[email protected]\"`)\nRequired capability: `email-csv-import`", | ||
"tags": [ | ||
"room" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16724,7 +16724,7 @@ | |
"post": { | ||
"operationId": "room-import-emails-as-participants", | ||
"summary": "Import a list of email attendees", | ||
"description": "Content format is comma separated values: - Header line is required and must match `\"email\",\"name\"` or `\"email\"` - one entry per line\nRequired capability: `email-csv-import`", | ||
"description": "Content format is comma separated values: - Header line is required and must match `\"email\",\"name\"` or `\"email\"` - One entry per line (e.g. `\"John Doe\",\"[email protected]\"`)\nRequired capability: `email-csv-import`", | ||
"tags": [ | ||
"room" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1320,7 +1320,7 @@ export type paths = { | |
put?: never; | ||
/** | ||
* Import a list of email attendees | ||
* @description Content format is comma separated values: - Header line is required and must match `"email","name"` or `"email"` - one entry per line | ||
* @description Content format is comma separated values: - Header line is required and must match `"email","name"` or `"email"` - One entry per line (e.g. `"John Doe","[email protected]"`) | ||
* Required capability: `email-csv-import` | ||
*/ | ||
post: operations["room-import-emails-as-participants"]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1322,7 +1322,7 @@ export type paths = { | |
put?: never; | ||
/** | ||
* Import a list of email attendees | ||
* @description Content format is comma separated values: - Header line is required and must match `"email","name"` or `"email"` - one entry per line | ||
* @description Content format is comma separated values: - Header line is required and must match `"email","name"` or `"email"` - One entry per line (e.g. `"John Doe","[email protected]"`) | ||
* Required capability: `email-csv-import` | ||
*/ | ||
post: operations["room-import-emails-as-participants"]; | ||
|