Skip to content

Commit

Permalink
fix: update description
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Nov 28, 2024
1 parent cc33203 commit c4b30d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Controller/RoomController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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`
*
Expand Down
2 changes: 1 addition & 1 deletion openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down
2 changes: 1 addition & 1 deletion src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit c4b30d7

Please sign in to comment.