Users

Get user details

get

Update user info

put

Delete user

delete

Branch Metadata

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

This path allows interacting with the metadata of a specific database branch.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string

Update Branch Metadata

PUT
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/metadata

Update the branch metadata

Request Body Type Definition

Responses

Get Branch Metadata

GET
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/metadata

Responses