Skip to main content

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)

FieldTypeDescription
target_environmentsstring[]Override which environments to import into
bucket_override"a_https" | "b_wire"Override the auto-detected bucket classification

Response

{ "id": "item-uuid", "status": "approved" }
Returns 409 if the item is not in pending_review status.