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).
Last updated
Was this helpful?
Was this helpful?
{
"name": "Contrato de Servicios 2026",
"date_limit_to_sign": "2025-06-26",
"folder_path": "/Contratos/2026/Enero/",
"extra_docs": [
{
"token": "token_del_documento_extra",
"name": "Nuevo nombre documento extra"
}
]
}
{
"message": "Document successfully updated"
}