POST
/
account
/
{project_id}
/
db
/
{table_name}
curl --request POST \
  --url https://api.basic.tech/account/{project_id}/db/{table_name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "value": {
    "ayo": "key"
  }
}'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer <token>

Path Parameters

project_id
string
required

The ID of the project

table_name
string
required

The name of the table

Body

application/json
value
object

Response

200
_mintlify/placeholder

successful