Update Template
PUT/template/:template_id
The Update Template API enables you to modify and update the details of a specific template.
Request
Path Parameters
ID of the template that needs to be updated
- application/json
Body
Provide below parameter to update templates (at least one parameter required)
true - this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document. false - this option will disable OTP verification, allowing users to sign the document directly without additional steps.
true - this option will enable a guided tour for signers, providing instructions during the signing process. false - disable the guided tour, ensuring a faster, uninterrupted signing experience.
Responses
- 200
- 400
- 404
- 405
Template updated successfully!
- application/json
- Schema
- Example (from schema)
Schema
{
"objectId": "asd2HsP4Hp",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
Please provide valid field names!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Please provide valid field names!"
}
Template not found!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Template not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid API token!"
}