Name or rename uploaded Documents
January 15th, 2025
It's now possible to set or update a Document name when uploading or modifying a Document linked to a Signature Request:
- Document upload: A new optional parameter
name
is available in the endpointPOST /signature_requests/{signatureRequestId}/documents
(see API reference). - Document update: You can also rename an already uploaded Document using the
name
parameter in the endpointPATCH /signature_requests/{signatureRequestId}/documents/{documentId}
(see API reference).
For more details, please refer to our dedicated guide section.