POST
/
account
/
{project_id}
/
db
/
{table}
curl --request POST \
  --url https://api.basic.tech/account/{project_id}/db/{table} \
  --header 'Content-Type: application/json' \
  --data '{
  "value": {}
}'
{
  "data": {}
}

Path Parameters

project_id
string
required

project id

table
string
required

table name

Body

application/json

Response

201
application/json

Item created successfully