Database
Add Item
Add a new item to a specific table within a project.
POST
/
account
/
{project_id}
/
db
/
{table_name}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredThe ID of the project
table_name
string
requiredThe name of the table
Body
application/json
value
object