Skip to content

Commit 889003c

Browse files
committed
fix: openapi
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5a22bd0 commit 889003c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

openapi-full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4498,7 +4498,7 @@
44984498
"post": {
44994499
"operationId": "file-save",
45004500
"summary": "Send a file",
4501-
"description": "Send a new file to Nextcloud and return the fileId to request to sign",
4501+
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
45024502
"tags": [
45034503
"file"
45044504
],

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,7 @@
43514351
"post": {
43524352
"operationId": "file-save",
43534353
"summary": "Send a file",
4354-
"description": "Send a new file to Nextcloud and return the fileId to request to sign",
4354+
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
43554355
"tags": [
43564356
"file"
43574357
],

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export type paths = {
600600
put?: never;
601601
/**
602602
* Send a file
603-
* @description Send a new file to Nextcloud and return the fileId to request to sign
603+
* @description Send a new file to Nextcloud and return the fileId to request to signature
604604
*/
605605
post: operations["file-save"];
606606
delete?: never;

src/types/openapi/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export type paths = {
600600
put?: never;
601601
/**
602602
* Send a file
603-
* @description Send a new file to Nextcloud and return the fileId to request to sign
603+
* @description Send a new file to Nextcloud and return the fileId to request to signature
604604
*/
605605
post: operations["file-save"];
606606
delete?: never;

0 commit comments

Comments
 (0)