mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix: update description
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
This commit is contained in:
parent
ec58e5eeac
commit
04bb7ea868
5 changed files with 5 additions and 5 deletions
|
|
@ -2456,7 +2456,7 @@ class RoomController extends AEnvironmentAwareController {
|
|||
*
|
||||
* 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","john@example.tld"`)
|
||||
*
|
||||
* Required capability: `email-csv-import`
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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\",\"john@example.tld\"`)\nRequired capability: `email-csv-import`",
|
||||
"tags": [
|
||||
"room"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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\",\"john@example.tld\"`)\nRequired capability: `email-csv-import`",
|
||||
"tags": [
|
||||
"room"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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","john@example.tld"`)
|
||||
* Required capability: `email-csv-import`
|
||||
*/
|
||||
post: operations["room-import-emails-as-participants"];
|
||||
|
|
|
|||
|
|
@ -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","john@example.tld"`)
|
||||
* Required capability: `email-csv-import`
|
||||
*/
|
||||
post: operations["room-import-emails-as-participants"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue