Update Signature Request
PATCH/signature_request/:signature_request_id
Update the due date of an existing signature request.
Update the due date (expires_at) of an existing signature request only when:
- The request status is
NEED_TO_SIGNorWAITING_FOR_OTHERS, and - The caller is the creator of the signature request.
Requests in any terminal or final status (e.g., APPROVED, REJECTED, FAILED, CANCELLED, WAITING_FOR_PROCESSING) cannot be updated.
Request
Responses
- 200
- 4xx
Partial update applied successfully.
Unexpected error