Edit Document Request
PUT/public-api/v1/pactvera/document-request
EndPoint Description : Updates an existing document request attached to a Pactvera in DRAFT state. Use this API to modify signers, fields, or other document request configuration.
Details :
- Requires the document request id and pactveraId in the request body.
- Only allowed while the parent Pactvera is in DRAFT or TEMPLATE state.
- Changes are audited with the caller's IP address.
- Returns the updated document request with extended details.
Request
Responses
- 200
- 401
- 500
Document Request has been successfully updated.
Unauthorized – Invalid or missing token.
Internal Server Error