fix: update description

Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
This commit is contained in:
DorraJaouad 2024-11-28 10:55:49 +01:00 committed by Joas Schilling
parent ec58e5eeac
commit 04bb7ea868
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
5 changed files with 5 additions and 5 deletions

View file

@ -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`
*

View file

@ -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"
],

View file

@ -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"
],

View file

@ -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"];

View file

@ -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"];