Skip to main content
POST
/
api
/
v1
/
kg
/
{board_id}
/
migrate-schema
Post Migrate Schema
curl --request POST \
  --url https://api.example.com/api/v1/kg/{board_id}/migrate-schema
{
  "board_id": "<string>",
  "duration_ms": 123,
  "migrated": true,
  "columns_added": {},
  "errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

board_id
string
required

Response

Successful Response

board_id
string
required
duration_ms
integer
required
migrated
boolean
required

True if the migration completed without errors.

columns_added
Columns Added · object

Per-node-type list of columns ALTER ADDed this run.

errors
string[]

Non-fatal warnings collected during migration.

Last modified on May 8, 2026