Signing Requests

Partially Update Signing Request

Update signing request properties, a single recipient, OR a single field. Cannot update multiple entity types in one request. Cannot update after signing request has been sent, completed, or cancelled.

patch/signing-requests/{id}

Path parameters

idstring uuid required

Signing request ID

Request body

OR
OR

Response

Signing request updated successfully. Response shape depends on what was updated: properties update returns {id, name, template_description, document_url, expiration_hours}; recipient update returns the full recipient object; field update returns the full field object. Response may include a 'warning' field for email format validation warnings (non-blocking).

OR
object required

Response when updating/creating a recipient

OR
object required

Response when updating/creating a field

Changes

No recorded changes to this endpoint across all 1 revision of this API.