Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi-v2025.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
20 changes: 19 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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"
Expand Down