File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ private function fetchPreview(
378378 /**
379379 * Send a file
380380 *
381- * Send a new file to Nextcloud and return the fileId to request to signature
381+ * Send a new file to Nextcloud and return the fileId to request signature
382382 *
383383 * @param LibresignNewFile $file File to save
384384 * @param string $name The name of file to sign
Original file line number Diff line number Diff line change 46304630 "post" : {
46314631 "operationId" : " file-save" ,
46324632 "summary" : " Send a file" ,
4633- "description" : " Send a new file to Nextcloud and return the fileId to request to signature" ,
4633+ "description" : " Send a new file to Nextcloud and return the fileId to request signature" ,
46344634 "tags" : [
46354635 " file"
46364636 ],
Original file line number Diff line number Diff line change 44834483 "post" : {
44844484 "operationId" : " file-save" ,
44854485 "summary" : " Send a file" ,
4486- "description" : " Send a new file to Nextcloud and return the fileId to request to signature" ,
4486+ "description" : " Send a new file to Nextcloud and return the fileId to request signature" ,
44874487 "tags" : [
44884488 " file"
44894489 ],
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ export type paths = {
617617 put ?: never ;
618618 /**
619619 * Send a file
620- * @description Send a new file to Nextcloud and return the fileId to request to signature
620+ * @description Send a new file to Nextcloud and return the fileId to request signature
621621 */
622622 post : operations [ "file-save" ] ;
623623 delete ?: never ;
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ export type paths = {
617617 put ?: never ;
618618 /**
619619 * Send a file
620- * @description Send a new file to Nextcloud and return the fileId to request to signature
620+ * @description Send a new file to Nextcloud and return the fileId to request signature
621621 */
622622 post : operations [ "file-save" ] ;
623623 delete ?: never ;
You can’t perform that action at this time.
0 commit comments