displayName
POST /api/runs/:runId/tasks/:effectId/approve
method
POST
path
/api/runs/:runId/tasks/:effectId/approve
responseShape
{ success: true } | { error }
authRequired
false
description
Approve a breakpoint effect by writing tasks/<effectId>/result.json and appending an EFFECT_RESOLVED journal entry (body: answer). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1490-1504.