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
Name | Description | In | Required | Schema |
---|---|---|---|---|
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
POSThttps://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/tables/table_name/data
Insert a new Record into the Table