Skip to content

Commit

Permalink
feat: DDOC-855 add iframeable_embed param
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Aug 4, 2023
1 parent 832097a commit 6a64bf9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/paths/memberships__post_group_memberships.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ requestBody:
Setting these permissions overwrites the default
access levels of an admin.
Specifying a value of "null" for this object will disable
Specifying a value of "null" for this object will deactivate
all configurable permissions. Specifying permissions will set
them accordingly, omitted permissions will be enabled by default.
additionalProperties:
Expand Down
2 changes: 1 addition & 1 deletion content/paths/memberships__put_group_memberships_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requestBody:
Setting these permissions overwrites the default
access levels of an admin.
Specifying a value of "null" for this object will disable
Specifying a value of "null" for this object will deactivate
all configurable permissions. Specifying permissions will set
them accordingly, omitted permissions will be enabled by default.
additionalProperties:
Expand Down
14 changes: 14 additions & 0 deletions content/schemas/sign_request_signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ allOf:
readOnly: true
example: https://example.com
description: URL to direct a signer to for signing

<!-- yamllint-disable line-length -->

iframeable_embed_url:
type: string
nullable: true
example: https://app.box.com/embed/sign/document/f14d7098-a331-494b-808b-79bc7f3992a3/f14d7098-a331-494b-808b-79bc7f3992a4
description: |-
This URL is specifically designed for
signing documents within an HTML iframe tag.
The first ID in the URL represents the signature
request ID, while the second ID (the last part) represents the signer's ID.
<!-- yamllint-enable line-length -->

0 comments on commit 6a64bf9

Please sign in to comment.