mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: openapi
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
509297d6c2
commit
6a4ce46861
4 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue