Update document
This endpoint allows you to update the information of a document as long as it is still in progress (i.e., it has not been completed or canceled).
Update document
PUT https://api.zapsign.com.br/api/v1/docs/{{doc_token}}/
Conditions
The document must be in "in progress" status.
Only the fields listed below can be updated.
Path Parameters
doc_token
string
Document token
Headers
Authorization*
string
apiToken ahead of the "Bearer" text.
Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23
Body
name
string
New name for the main document.
date_limit_to_sign
string (YYYY-MM-DD)
New deadline date to sign the document.
folder_path
string
Folder path to organize the document within your account.
extra_docs
array of objects
List of associated extra documents that can be renamed.
Structure of extra_docs
token
string
Token of the previously uploaded extra document.
name
string
New name for that extra document.
Body
Last updated
Was this helpful?