Users

Get user details

get

Update user info

put

Delete user

delete

Table Data

https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/tables/table_name/data

This endpoint enables mutating data into a given database table. To query data, please see the [query endpoint](query).

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

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

path✅string
table_name

The Table name

path✅string
columns

Column filters

query-array

Insert Record

POST
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/tables/table_name/data

Insert a new Record into the Table

Request Body Type Definition

Responses