Users

Get user details

get

Update user info

put

Delete user

delete

Migration Plan [deprecated]

https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/plan

This endpoint enables creating a migration plan for a given database branch.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

The DBBranchName matches the pattern `{db_name}:{branch_name}`.

path✅string

Compute Migration Plan [Deprecated]

POST
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/migrations/plan

Compute a migration plan from a target schema the branch should be migrated too.

Request Body Type Definition

Responses