Skip to main content
PATCH
Patch Proposal Data
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

string
required
The UUID of the proposal to update
object
required
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

object
The updated data field of the proposal.