From 6a64bf9b16ed31849bdde2c71d3ba74dd625da85 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Fri, 4 Aug 2023 12:11:37 +0200 Subject: [PATCH] feat: DDOC-855 add iframeable_embed param --- .../paths/memberships__post_group_memberships.yml | 2 +- .../memberships__put_group_memberships_id.yml | 2 +- content/schemas/sign_request_signer.yml | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/content/paths/memberships__post_group_memberships.yml b/content/paths/memberships__post_group_memberships.yml index fd143583..aa8a997e 100644 --- a/content/paths/memberships__post_group_memberships.yml +++ b/content/paths/memberships__post_group_memberships.yml @@ -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: diff --git a/content/paths/memberships__put_group_memberships_id.yml b/content/paths/memberships__put_group_memberships_id.yml index f7692080..382050a7 100644 --- a/content/paths/memberships__put_group_memberships_id.yml +++ b/content/paths/memberships__put_group_memberships_id.yml @@ -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: diff --git a/content/schemas/sign_request_signer.yml b/content/schemas/sign_request_signer.yml index 0c83984a..22ddfc04 100644 --- a/content/schemas/sign_request_signer.yml +++ b/content/schemas/sign_request_signer.yml @@ -44,3 +44,17 @@ allOf: readOnly: true example: https://example.com description: URL to direct a signer to for signing + + + + 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. + +