Skip to content

Commit 7a2ee00

Browse files
committed
update
1 parent cec0b63 commit 7a2ee00

File tree

3 files changed

+78
-12
lines changed

3 files changed

+78
-12
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10711,7 +10711,7 @@
1071110711
enum:
1071210712
- EMAIL
1071310713
- INPERSON
10714-
DocusignInPerson:
10714+
DocusignRecipientView:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,13 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
inperson:
10740-
$ref: '#/components/schemas/DocusignInPerson'
10739+
inpersonSigners:
10740+
type: array
10741+
description: List of DocuSign Inperson Signers
10742+
items:
10743+
$ref: '#/components/schemas/DocusignInpersonSigner'
10744+
recipientView:
10745+
$ref: '#/components/schemas/DocusignRecipientView'
1074110746
DocusignSigner:
1074210747
required:
1074310748
- name
@@ -10749,9 +10754,26 @@
1074910754
email:
1075010755
type: string
1075110756
description: Email of Signer
10757+
DocusignInpersonSigner:
10758+
required:
10759+
- hostEmail
10760+
- hostName
10761+
- signerName
10762+
- clientUserId
10763+
type: object
10764+
properties:
10765+
hostEmail:
10766+
type: string
10767+
description: The email of the signing host
10768+
hostName:
10769+
type: string
10770+
description: The name of the signing host
1075210771
clientUserId:
1075310772
type: string
10754-
description: Specifies unique identifier for signer (required if using InPerson)
10773+
description: Specifies unique identifier for signer
10774+
signerName:
10775+
type: string
10776+
description: The full legal name of a signer
1075510777
AddDocusignResponse:
1075610778
type: object
1075710779
properties:

docs/openapi/openapi-jwt.yaml

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10711,7 +10711,7 @@
1071110711
enum:
1071210712
- EMAIL
1071310713
- INPERSON
10714-
DocusignInPerson:
10714+
DocusignRecipientView:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,13 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
inperson:
10740-
$ref: '#/components/schemas/DocusignInPerson'
10739+
inpersonSigners:
10740+
type: array
10741+
description: List of DocuSign Inperson Signers
10742+
items:
10743+
$ref: '#/components/schemas/DocusignInpersonSigner'
10744+
recipientView:
10745+
$ref: '#/components/schemas/DocusignRecipientView'
1074110746
DocusignSigner:
1074210747
required:
1074310748
- name
@@ -10749,9 +10754,26 @@
1074910754
email:
1075010755
type: string
1075110756
description: Email of Signer
10757+
DocusignInpersonSigner:
10758+
required:
10759+
- hostEmail
10760+
- hostName
10761+
- signerName
10762+
- clientUserId
10763+
type: object
10764+
properties:
10765+
hostEmail:
10766+
type: string
10767+
description: The email of the signing host
10768+
hostName:
10769+
type: string
10770+
description: The name of the signing host
1075210771
clientUserId:
1075310772
type: string
10754-
description: Specifies unique identifier for signer (required if using InPerson)
10773+
description: Specifies unique identifier for signer
10774+
signerName:
10775+
type: string
10776+
description: The full legal name of a signer
1075510777
AddDocusignResponse:
1075610778
type: object
1075710779
properties:

docs/openapi/openapi-key.yaml

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10711,7 +10711,7 @@
1071110711
enum:
1071210712
- EMAIL
1071310713
- INPERSON
10714-
DocusignInPerson:
10714+
DocusignRecipientView:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,13 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
inperson:
10740-
$ref: '#/components/schemas/DocusignInPerson'
10739+
inpersonSigners:
10740+
type: array
10741+
description: List of DocuSign Inperson Signers
10742+
items:
10743+
$ref: '#/components/schemas/DocusignInpersonSigner'
10744+
recipientView:
10745+
$ref: '#/components/schemas/DocusignRecipientView'
1074110746
DocusignSigner:
1074210747
required:
1074310748
- name
@@ -10749,9 +10754,26 @@
1074910754
email:
1075010755
type: string
1075110756
description: Email of Signer
10757+
DocusignInpersonSigner:
10758+
required:
10759+
- hostEmail
10760+
- hostName
10761+
- signerName
10762+
- clientUserId
10763+
type: object
10764+
properties:
10765+
hostEmail:
10766+
type: string
10767+
description: The email of the signing host
10768+
hostName:
10769+
type: string
10770+
description: The name of the signing host
1075210771
clientUserId:
1075310772
type: string
10754-
description: Specifies unique identifier for signer (required if using InPerson)
10773+
description: Specifies unique identifier for signer
10774+
signerName:
10775+
type: string
10776+
description: The full legal name of a signer
1075510777
AddDocusignResponse:
1075610778
type: object
1075710779
properties:

0 commit comments

Comments
 (0)