Users

Get user details

get

Update user info

put

Delete user

delete

Update Branch schema with edit script.

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

Update the branch from schema edit script.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Apply Edit Script.

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

Request Body Type Definition

Responses