Skip to main content
POST
/
databases
/
all
/
migrate
Migrate All Databases
curl --request POST \
  --url https://api.example.com/databases/all/migrate \
  --header 'Authorization: Bearer <token>'
{
  "message": "All databases migrated successfully to version 3.0.0"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

target_version
string | null

The target version to migrate tables to

Response

All databases migrated successfully