Documentation Index
Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /admin/migrations/:id/items/:itemId/approve
Approve a migration item for import. Optionally override the target environments or bucket classification at approval time. Auth:migration_reviewer permission + step-up token (5-minute window)
Request body (all optional)
| Field | Type | Description |
|---|---|---|
target_environments | string[] | Override which environments to import into |
bucket_override | "a_https" | "b_wire" | Override the auto-detected bucket classification |
Response
409 if the item is not in pending_review status.