diff --git a/openapi.json b/openapi.json index 57018813..dde71e7e 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "27a1ebc2ec" + "x-box-commit-hash": "8c0223a248" }, "servers": [ { @@ -37272,6 +37272,24 @@ "description": "An identifier for the signer. This can be used to identify a signer within the template.", "type": "string", "example": "RJZYYVPR" + }, + "is_password_required": { + "description": "If true for signers with a defined email, the password provided when the template was created is used by default. \nIf true for signers without a specified / defined email, the creator needs to provide a password when using the template.", + "type": "boolean", + "example": true, + "nullable": true + }, + "is_phone_number_required": { + "description": "If true for signers with a defined email, the phone number provided when the template was created is used by default. \nIf true for signers without a specified / defined email, the template creator needs to provide a phone number when creating a request.", + "type": "boolean", + "example": true, + "nullable": true + }, + "login_required": { + "description": "If true, the signer is required to login to access the document.", + "type": "boolean", + "example": true, + "nullable": true } }, "title": "Signer fields for Templates" diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index eb562a8e..8fca57f7 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "27a1ebc2ec" + "x-box-commit-hash": "8c0223a248" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 57018813..dde71e7e 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "27a1ebc2ec" + "x-box-commit-hash": "8c0223a248" }, "servers": [ { @@ -37272,6 +37272,24 @@ "description": "An identifier for the signer. This can be used to identify a signer within the template.", "type": "string", "example": "RJZYYVPR" + }, + "is_password_required": { + "description": "If true for signers with a defined email, the password provided when the template was created is used by default. \nIf true for signers without a specified / defined email, the creator needs to provide a password when using the template.", + "type": "boolean", + "example": true, + "nullable": true + }, + "is_phone_number_required": { + "description": "If true for signers with a defined email, the phone number provided when the template was created is used by default. \nIf true for signers without a specified / defined email, the template creator needs to provide a phone number when creating a request.", + "type": "boolean", + "example": true, + "nullable": true + }, + "login_required": { + "description": "If true, the signer is required to login to access the document.", + "type": "boolean", + "example": true, + "nullable": true } }, "title": "Signer fields for Templates"