Skip to main content
POST
Approve Changeset
Approves a SUBMITTED proposal, moving it to APPROVED. Approval does not write content — a separate stored apply executes it. Deciding a changeset not in SUBMITTED state is a 409. Requirements: instructions:review + workspace REVIEWER or OWNER + a verified (claimed) account.

Request

string
required
The proposal to approve.
string
Optional reviewer note, stored as decisionNote.

Response

object
The updated record with status: "APPROVED", decidedAt, and decisionNote.