Users

Get user details

get

Update user info

put

Delete user

delete

Migration Execution [deprecated]

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

This 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

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Migrate Branch [Deprecated]

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

Apply a migration plan to the branch

Request Body Type Definition

Responses