File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 18881888 "/index.php/apps/libresign/p/id-docs/approve/{uuid}": {
18891889 "get": {
18901890 "operationId": "page-sign-id-doc",
1891- "summary": "Show signature page",
1891+ "summary": "Show signature page for identification document approval ",
18921892 "tags": [
18931893 "page"
18941894 ],
19041904 {
19051905 "name": "uuid",
19061906 "in": "path",
1907- "description": "Sign request uuid ",
1907+ "description": "File UUID for the identification document approval ",
19081908 "required": true,
19091909 "schema": {
19101910 "type": "string"
19281928 "/index.php/apps/libresign/p/id-docs/approve/{uuid}/{path}": {
19291929 "get": {
19301930 "operationId": "page-sign-id-doc-private",
1931- "summary": "Show signature page",
1931+ "summary": "Show signature page for identification document approval ",
19321932 "tags": [
19331933 "page"
19341934 ],
19441944 {
19451945 "name": "uuid",
19461946 "in": "path",
1947- "description": "Sign request uuid ",
1947+ "description": "File UUID for the identification document approval ",
19481948 "required": true,
19491949 "schema": {
19501950 "type": "string"
Original file line number Diff line number Diff line change 17381738 "/index.php/apps/libresign/p/id-docs/approve/{uuid}" : {
17391739 "get" : {
17401740 "operationId" : " page-sign-id-doc" ,
1741- "summary" : " Show signature page" ,
1741+ "summary" : " Show signature page for identification document approval " ,
17421742 "tags" : [
17431743 " page"
17441744 ],
17541754 {
17551755 "name" : " uuid" ,
17561756 "in" : " path" ,
1757- "description" : " Sign request uuid " ,
1757+ "description" : " File UUID for the identification document approval " ,
17581758 "required" : true ,
17591759 "schema" : {
17601760 "type" : " string"
17781778 "/index.php/apps/libresign/p/id-docs/approve/{uuid}/{path}" : {
17791779 "get" : {
17801780 "operationId" : " page-sign-id-doc-private" ,
1781- "summary" : " Show signature page" ,
1781+ "summary" : " Show signature page for identification document approval " ,
17821782 "tags" : [
17831783 " page"
17841784 ],
17941794 {
17951795 "name" : " uuid" ,
17961796 "in" : " path" ,
1797- "description" : " Sign request uuid " ,
1797+ "description" : " File UUID for the identification document approval " ,
17981798 "required" : true ,
17991799 "schema" : {
18001800 "type" : " string"
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export type paths = {
251251 path ?: never ;
252252 cookie ?: never ;
253253 } ;
254- /** Show signature page */
254+ /** Show signature page for identification document approval */
255255 get : operations [ "page-sign-id-doc" ] ;
256256 put ?: never ;
257257 post ?: never ;
@@ -268,7 +268,7 @@ export type paths = {
268268 path ?: never ;
269269 cookie ?: never ;
270270 } ;
271- /** Show signature page */
271+ /** Show signature page for identification document approval */
272272 get : operations [ "page-sign-id-doc-private" ] ;
273273 put ?: never ;
274274 post ?: never ;
@@ -2196,7 +2196,7 @@ export interface operations {
21962196 query ?: never ;
21972197 header ?: never ;
21982198 path : {
2199- /** @description Sign request uuid */
2199+ /** @description File UUID for the identification document approval */
22002200 uuid : string ;
22012201 } ;
22022202 cookie ?: never ;
@@ -2219,7 +2219,7 @@ export interface operations {
22192219 query ?: never ;
22202220 header ?: never ;
22212221 path : {
2222- /** @description Sign request uuid */
2222+ /** @description File UUID for the identification document approval */
22232223 uuid : string ;
22242224 path : string ;
22252225 } ;
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export type paths = {
251251 path ?: never ;
252252 cookie ?: never ;
253253 } ;
254- /** Show signature page */
254+ /** Show signature page for identification document approval */
255255 get : operations [ "page-sign-id-doc" ] ;
256256 put ?: never ;
257257 post ?: never ;
@@ -268,7 +268,7 @@ export type paths = {
268268 path ?: never ;
269269 cookie ?: never ;
270270 } ;
271- /** Show signature page */
271+ /** Show signature page for identification document approval */
272272 get : operations [ "page-sign-id-doc-private" ] ;
273273 put ?: never ;
274274 post ?: never ;
@@ -1718,7 +1718,7 @@ export interface operations {
17181718 query ?: never ;
17191719 header ?: never ;
17201720 path : {
1721- /** @description Sign request uuid */
1721+ /** @description File UUID for the identification document approval */
17221722 uuid : string ;
17231723 } ;
17241724 cookie ?: never ;
@@ -1741,7 +1741,7 @@ export interface operations {
17411741 query ?: never ;
17421742 header ?: never ;
17431743 path : {
1744- /** @description Sign request uuid */
1744+ /** @description File UUID for the identification document approval */
17451745 uuid : string ;
17461746 path : string ;
17471747 } ;
You can’t perform that action at this time.
0 commit comments