Approve Proposal
Approve a mutation proposal.
Extracts user_id from JWT claims — users cannot approve on behalf of others. Forwards to Darwin’s POST /v1/proposals//approve.
POST
Approve Proposal
Path Parameters
Body
application/json
Response
Successful Response
Console-side view of a Darwin mutation proposal.
Captures the fields Console needs for display and review workflow.
Additional Darwin-specific fields are preserved in extra.
Last modified on April 21, 2026
Previous
Reject ProposalReject a mutation proposal.
Extracts user_id from JWT claims. Notes default to empty string
since Darwin requires notes for rejection.
Next
Approve Proposal