Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 40 additions & 2 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7697,7 +7697,7 @@ components:
type: array
items:
type: string
maxItems: 2
maxItems: 10
minItems: 1
name:
description: '_t__ApiAppCreate::NAME'
Expand All @@ -7723,7 +7723,7 @@ components:
type: array
items:
type: string
maxItems: 2
maxItems: 10
name:
description: '_t__ApiAppUpdate::NAME'
type: string
Expand All @@ -7740,6 +7740,10 @@ components:
description: '_t__EmbeddedEditUrl::ALLOW_EDIT_CCS'
type: boolean
default: false
allow_form_view:
description: '_t__EmbeddedEditUrl::ALLOW_FORM_VIEW'
type: boolean
default: false
cc_roles:
description: '_t__EmbeddedEditUrl::CC_ROLES'
type: array
Expand Down Expand Up @@ -8021,6 +8025,7 @@ components:
enum:
- user_activity
- document_status
- sms_activity
maxItems: 2
minItems: 1
start_date:
Expand Down Expand Up @@ -8177,6 +8182,10 @@ components:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8356,6 +8365,10 @@ components:
description: '_t__SignatureRequestSend::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8468,6 +8481,10 @@ components:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -8738,6 +8755,10 @@ components:
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -9889,6 +9910,10 @@ components:
description: '_t__TemplateCreate::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__TemplateCreate::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -9977,6 +10002,10 @@ components:
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_REASSIGN'
type: boolean
default: false
allow_form_view:
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -10123,6 +10152,10 @@ components:
description: '_t__UnclaimedDraftCreate::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__UnclaimedDraftCreate::ALLOW_FORM_VIEW'
type: boolean
default: false
attachments:
description: '_t__SubAttachment::LIST_DESCRIPTION'
type: array
Expand Down Expand Up @@ -10238,6 +10271,10 @@ components:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_DECLINE'
type: boolean
default: false
allow_form_view:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_FORM_VIEW'
type: boolean
default: false
allow_reassign:
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_REASSIGN'
type: boolean
Expand Down Expand Up @@ -11224,6 +11261,7 @@ components:
enum:
- user_activity
- document_status
- sms_activity
type: object
x-internal-class: true
SignatureRequestResponse:
Expand Down
Loading
Loading