Skip to content

Commit d666eb1

Browse files
Added allow_form_view field to template response docs
1 parent fe97796 commit d666eb1

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

openapi-raw.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11893,6 +11893,10 @@ components:
1189311893
type: array
1189411894
items:
1189511895
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
11896+
allow_form_view:
11897+
description: '_t__TemplateResponse::ALLOW_FORM_VIEW'
11898+
type: boolean
11899+
nullable: false
1189611900
type: object
1189711901
x-internal-class: true
1189811902
TemplateResponseAccount:

openapi-sdk.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12644,6 +12644,10 @@ components:
1264412644
type: array
1264512645
items:
1264612646
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
12647+
allow_form_view:
12648+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
12649+
type: boolean
12650+
nullable: false
1264712651
type: object
1264812652
x-internal-class: true
1264912653
TemplateResponseAccount:

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12622,6 +12622,10 @@ components:
1262212622
type: array
1262312623
items:
1262412624
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
12625+
allow_form_view:
12626+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
12627+
type: boolean
12628+
nullable: false
1262512629
type: object
1262612630
x-internal-class: true
1262712631
TemplateResponseAccount:

translations/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@
15261526
"TemplateResponse::ACCOUNTS": An array of the Accounts that can use this Template.
15271527
"TemplateResponse::TITLE": The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest.
15281528
"TemplateResponse::UPDATED_AT": Time the template was last updated.
1529+
"TemplateResponse::ALLOW_FORM_VIEW": Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
15291530

15301531
"TemplateListResponse::DESCRIPTION": List of templates that the API caller has access to.
15311532

0 commit comments

Comments
 (0)