fix: openapi

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-09-23 09:10:17 -03:00
parent 509297d6c2
commit 6a4ce46861
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
4 changed files with 4 additions and 4 deletions

View file

@ -4630,7 +4630,7 @@
"post": {
"operationId": "file-save",
"summary": "Send a file",
"description": "Send a new file to Nextcloud and return the fileId to request to sign",
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
"tags": [
"file"
],

View file

@ -4483,7 +4483,7 @@
"post": {
"operationId": "file-save",
"summary": "Send a file",
"description": "Send a new file to Nextcloud and return the fileId to request to sign",
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
"tags": [
"file"
],

View file

@ -617,7 +617,7 @@ export type paths = {
put?: never;
/**
* Send a file
* @description Send a new file to Nextcloud and return the fileId to request to sign
* @description Send a new file to Nextcloud and return the fileId to request to signature
*/
post: operations["file-save"];
delete?: never;

View file

@ -617,7 +617,7 @@ export type paths = {
put?: never;
/**
* Send a file
* @description Send a new file to Nextcloud and return the fileId to request to sign
* @description Send a new file to Nextcloud and return the fileId to request to signature
*/
post: operations["file-save"];
delete?: never;