Users

Get user details

get

Update user info

put

Delete user

delete

Manage database settings

https://{your-workspace-slug}.{region}.xata.sh/dbs/db_name/settings

This endpoint allows to access & modify database settings

Expected parameters

NameDescriptionInRequiredSchema
db_name

The Database Name

path✅string

Database Settings

GET
https://{your-workspace-slug}.{region}.xata.sh/dbs/db_name/settings

Get database settings

Responses

Update Database Settings

PATCH
https://{your-workspace-slug}.{region}.xata.sh/dbs/db_name/settings

Update database settings, this endpoint can be used to disable search

Request Body Type Definition

Responses