Patch Proposal Data
Proposals
Patch Proposal Data
Patch the proposal data field.
PATCH
Patch Proposal Data
Documentation Index
Fetch the complete documentation index at: https://docs.proposales.com/llms.txt
Use this file to discover all available pages before exploring further.
This route only shallow-merges the
data JSON object. To change title, blocks, recipient, attachments, and other draft fields on the same proposal UUID, use Patch proposal (draft) (PATCH /v3/proposals/{uuid}).Body
The UUID of the proposal to update
The fields to update in the proposal’s
data property.
Passing null as a key will delete it from the proposal data.
Omitted and undefined values are left unchanged.Response
The updated
data field of the proposal.