Users

Get user details

get

Update user info

put

Delete user

delete

Update Branch schema

https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/schema/update

Update the branch schema with migration operations

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Update Branch Schema

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

Request Body Type Definition

Responses