Edit Form Request
PUT/public-api/v1/pactvera/form-request
EndPoint Description : Updates an existing form request attached to a Pactvera in DRAFT state. Use this API to modify recipients, fields, or other form request configuration.
Details :
- Requires the form 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 form request with extended details.
Request
Responses
- 200
- 401
- 500
Form Request has been successfully updated.
Unauthorized – Invalid or missing token.
Internal Server Error