II.
APIEndpoint overview
Reference · liveapi-endpoint:adapters-gateway-post-run-task-approve
POST /api/runs/:runId/tasks/:effectId/approve overview
Approve a breakpoint effect by writing tasks/<effectId>/result.json and appending an EFFECT_RESOLVED journal entry (body: answer). Source: packages/adapters/gateway/src/kanban/routes.ts:1490-1504.
Attributes
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/adapters/gateway/src/kanban/routes.ts:1490-1504.
Outgoing edges
exposed_by1
- package:a5c-ai-adapters-gateway·PackageSurfaceAdapters Gateway
Incoming edges
exposes_endpoint1
- package:a5c-ai-adapters-gateway·PackageSurfaceAdapters Gateway