Skip to content

Commit 2a0b75f

Browse files
committed
chore: update documentation
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 228aa14 commit 2a0b75f

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

openapi-full.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@
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
],
@@ -1904,7 +1904,7 @@
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"
@@ -1928,7 +1928,7 @@
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
],
@@ -1944,7 +1944,7 @@
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"

openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@
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
],
@@ -1754,7 +1754,7 @@
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"
@@ -1778,7 +1778,7 @@
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
],
@@ -1794,7 +1794,7 @@
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"

src/types/openapi/openapi-full.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
};

src/types/openapi/openapi.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)