From 98f51911398fb3f997b2ce0666f11f37065fc4c9 Mon Sep 17 00:00:00 2001 From: box-apimgmt <142984025+box-apimgmt@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:17:16 +0100 Subject: [PATCH] fix: Remove recipient groups param from spec (#385) --- openapi.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/openapi.json b/openapi.json index 922adfb8..dcb88de7 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "e95e44fb19" + "x-box-commit-hash": "9cf2ebee56" }, "servers": [ { @@ -33078,12 +33078,6 @@ "description": "Order of the signer", "minimum": 0, "example": 2 - }, - "signer_group_id": { - "type": "string", - "description": "If set, signers who have the same group ID will be assigned to the same input.\nA signer group is expected to have more than one signer. When a group contains fewer than two signers, \nit will be converted to a single signer and the group will be removed.", - "example": "16804bcd-c507-4ee1-b037-dee73cc7744f", - "nullable": true } } } @@ -37411,12 +37405,6 @@ "description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.", "example": "SecretPassword123", "nullable": true - }, - "signer_group_id": { - "type": "string", - "description": "If set, signers who have the same group ID will be assigned to the same input.\nA signer group is expected to have more than one signer. When a group contains fewer than two signers, \nit will be converted to a single signer and the group will be removed. ", - "example": "cd4ff89-8fc1-42cf-8b29-1890dedd26d7", - "nullable": true } } },