Update template
By using this endpoint with the model token, you can update data such as the model's name and language. It is also possible to toggle its state between enabled and disabled. Redefine the emails of contacts who will be notified about the model. And finally, edit configuration fields for the first signer defined in the model.
Update template
PUT
https://api.zapsign.com.br/api/v1/templates/{{template_token}}/
In the above endpoint, replace {{template_token}}
with the unique token of the model you want to update.
Headers
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Request Body
name
string
Title of the document. String of up to 255 characters
lang
string
Document language. Possible values: "pt-br" (Portuguese), "es" (Spanish), "en" (English), "fr" (French). Default: "pt-br"
active
boolean
This field is used to control the visibility and usage status of the document in the application.
observers
array<string>
Represents document observers (limit 20), i.e. email addresses that will be notified upon completion of the signature flow. It's an array of strings.
first_signer
Object
Document signer configuration
The parameter url_docx or base64_docx cannot be changed. If you need to modify the document of the model, a new model will need to be created.
Configuring the Signer
These fields allow you to adjust the signing experience, such as the authentication method.
To learn more about the signer configuration fields, visit the model creation page.
Request
Response
Request
Last updated
Was this helpful?