External
Approve write intent
Approves a pending external write intent, allowing the agent to commit changes to the external provider (e.g. push a branch to GitHub).
post/api/orgs/{org}/external/write-intents/{name}/approve
Path parameters
orgstring required
Example:default
Organization slug
namestring required
Example:write-intent-push-abc
Write intent resource name
Request body
Example request
{
"approvedBy": "alice"
}Response
Write intent approved
Changes
No recorded changes to this endpoint across all 1 revision of this API.