Documentation home page
Search...
Support
Search...
Navigation
Table
Update data in a table with filters
Documentation
API Reference
API Documentation
Default
Chain
Thirdweb
Wallet
Table
POST
Create a new table
DEL
Delete an existing table
PUT
Update the name of an existing table
POST
Add a new column to an existing table
DEL
Delete a column from a table
PUT
Rename an existing column in a table
GET
Get all columns from a specific table
GET
Get all tables from a specific schema
GET
Get the entire table data by table name
GET
Get the table data by column value, example: /getTableValue/users/username/johndoe
GET
Get the table data with optional filtering by multiple column values.
POST
Joins two tables
POST
Execute a select query
POST
Insert data into a table
DEL
Delete data from a table
PUT
Update data in a table
PUT
Update data in a table with filters
POST
Increment data in a table
POST
Decrement data in a table
GET
Get default tables to prevent creating tables with same names
POST
Add a trigger to a table
DEL
Remove a trigger from a table
GET
Get all schemas
POST
Create a new schema
Auth
Table
Update data in a table with filters
PUT
/
table
/
updatefiltereddata
Send
Header
x-api-key
string
*
x-api-key
Required
string
Body
object
*
tableName
string
*
tableName
Required
string
Table Name
Add Example Value
data
object
*
data
Required
object
Add Example Value
filters
object
*
filters
Required
object
Condition
Add Example Value
Headers
x-api-key
string
required
Body
application/json
tableName
string
required
Table Name
data
object
required
filters
object
required
Condition
Update data in a table
Increment data in a table