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

Path Parameters

project_id
string
required

project id

table
string
required

table name

item_id
string
required

item id

Body

application/json

Response

200
application/json

Item updated successfully