Skip to content

Commit f1b4728

Browse files
committed
update
1 parent 77c287b commit f1b4728

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,7 +10767,7 @@
1076710767
email:
1076810768
type: string
1076910769
description: Email of Signer
10770-
signingTabs:
10770+
tabs:
1077110771
$ref: '#/components/schemas/DocusignSigningTabs'
1077210772
DocusignSigningTabs:
1077310773
type: object
@@ -10809,7 +10809,7 @@
1080910809
signerName:
1081010810
type: string
1081110811
description: The full legal name of a signer
10812-
signingTabs:
10812+
tabs:
1081310813
$ref: '#/components/schemas/DocusignSigningTabs'
1081410814
AddDocusignResponse:
1081510815
type: object

docs/openapi/openapi-jwt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,7 +10767,7 @@
1076710767
email:
1076810768
type: string
1076910769
description: Email of Signer
10770-
signingTabs:
10770+
tabs:
1077110771
$ref: '#/components/schemas/DocusignSigningTabs'
1077210772
DocusignSigningTabs:
1077310773
type: object
@@ -10809,7 +10809,7 @@
1080910809
signerName:
1081010810
type: string
1081110811
description: The full legal name of a signer
10812-
signingTabs:
10812+
tabs:
1081310813
$ref: '#/components/schemas/DocusignSigningTabs'
1081410814
AddDocusignResponse:
1081510815
type: object

docs/openapi/openapi-key.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,7 +10767,7 @@
1076710767
email:
1076810768
type: string
1076910769
description: Email of Signer
10770-
signingTabs:
10770+
tabs:
1077110771
$ref: '#/components/schemas/DocusignSigningTabs'
1077210772
DocusignSigningTabs:
1077310773
type: object
@@ -10809,7 +10809,7 @@
1080910809
signerName:
1081010810
type: string
1081110811
description: The full legal name of a signer
10812-
signingTabs:
10812+
tabs:
1081310813
$ref: '#/components/schemas/DocusignSigningTabs'
1081410814
AddDocusignResponse:
1081510815
type: object

lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10870,7 +10870,7 @@ Resources:
1087010870
email:
1087110871
type: "string"
1087210872
description: "Email of Signer"
10873-
signingTabs:
10873+
tabs:
1087410874
$ref: "#/components/schemas/DocusignSigningTabs"
1087510875
DocusignSigningTabs:
1087610876
type: "object"
@@ -10912,7 +10912,7 @@ Resources:
1091210912
signerName:
1091310913
type: "string"
1091410914
description: "The full legal name of a signer"
10915-
signingTabs:
10915+
tabs:
1091610916
$ref: "#/components/schemas/DocusignSigningTabs"
1091710917
AddDocusignResponse:
1091810918
type: "object"

lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10870,7 +10870,7 @@ Resources:
1087010870
email:
1087110871
type: "string"
1087210872
description: "Email of Signer"
10873-
signingTabs:
10873+
tabs:
1087410874
$ref: "#/components/schemas/DocusignSigningTabs"
1087510875
DocusignSigningTabs:
1087610876
type: "object"
@@ -10912,7 +10912,7 @@ Resources:
1091210912
signerName:
1091310913
type: "string"
1091410914
description: "The full legal name of a signer"
10915-
signingTabs:
10915+
tabs:
1091610916
$ref: "#/components/schemas/DocusignSigningTabs"
1091710917
AddDocusignResponse:
1091810918
type: "object"

lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10870,7 +10870,7 @@ Resources:
1087010870
email:
1087110871
type: "string"
1087210872
description: "Email of Signer"
10873-
signingTabs:
10873+
tabs:
1087410874
$ref: "#/components/schemas/DocusignSigningTabs"
1087510875
DocusignSigningTabs:
1087610876
type: "object"
@@ -10912,7 +10912,7 @@ Resources:
1091210912
signerName:
1091310913
type: "string"
1091410914
description: "The full legal name of a signer"
10915-
signingTabs:
10915+
tabs:
1091610916
$ref: "#/components/schemas/DocusignSigningTabs"
1091710917
AddDocusignResponse:
1091810918
type: "object"

0 commit comments

Comments
 (0)