File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments