Skip to content

Commit 3e0ecbf

Browse files
committed
update
1 parent 3264f94 commit 3e0ecbf

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10817,6 +10817,9 @@
1081710817
signerName:
1081810818
type: string
1081910819
description: The full legal name of a signer
10820+
signerEmail:
10821+
type: string
10822+
description: The in-person signer's email address
1082010823
tabs:
1082110824
$ref: '#/components/schemas/DocusignSigningTabs'
1082210825
AddDocusignResponse:

docs/openapi/openapi-jwt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10817,6 +10817,9 @@
1081710817
signerName:
1081810818
type: string
1081910819
description: The full legal name of a signer
10820+
signerEmail:
10821+
type: string
10822+
description: The in-person signer's email address
1082010823
tabs:
1082110824
$ref: '#/components/schemas/DocusignSigningTabs'
1082210825
AddDocusignResponse:

docs/openapi/openapi-key.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10817,6 +10817,9 @@
1081710817
signerName:
1081810818
type: string
1081910819
description: The full legal name of a signer
10820+
signerEmail:
10821+
type: string
10822+
description: The in-person signer's email address
1082010823
tabs:
1082110824
$ref: '#/components/schemas/DocusignSigningTabs'
1082210825
AddDocusignResponse:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10920,6 +10920,9 @@ Resources:
1092010920
signerName:
1092110921
type: "string"
1092210922
description: "The full legal name of a signer"
10923+
signerEmail:
10924+
type: "string"
10925+
description: "The in-person signer's email address"
1092310926
tabs:
1092410927
$ref: "#/components/schemas/DocusignSigningTabs"
1092510928
AddDocusignResponse:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10920,6 +10920,9 @@ Resources:
1092010920
signerName:
1092110921
type: "string"
1092210922
description: "The full legal name of a signer"
10923+
signerEmail:
10924+
type: "string"
10925+
description: "The in-person signer's email address"
1092310926
tabs:
1092410927
$ref: "#/components/schemas/DocusignSigningTabs"
1092510928
AddDocusignResponse:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10920,6 +10920,9 @@ Resources:
1092010920
signerName:
1092110921
type: "string"
1092210922
description: "The full legal name of a signer"
10923+
signerEmail:
10924+
type: "string"
10925+
description: "The in-person signer's email address"
1092310926
tabs:
1092410927
$ref: "#/components/schemas/DocusignSigningTabs"
1092510928
AddDocusignResponse:

0 commit comments

Comments
 (0)