Migration Execution [deprecated]
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/executeThis endpoint is called in the style of an RPC (Remote Procedure Call) when a migration is to be executed against a specific database.
Expected parameters
| Name | Description | In | Required | Schema |
|---|---|---|---|---|
db_branch_name | The DBBranchName matches the pattern `{db_name}:{branch_name}`. | path | ✅ | string |
Migrate Branch [Deprecated]
POSThttps://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/executeApply a migration plan to the branch