Users

Get user details

get

Update user info

put

Delete user

delete

Preview branch schema edits.

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

Preview the resulting branch schema when applying the edit script.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Preview Branch Schema Edits.

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

Request Body Type Definition

Responses