PUT
/
project
/
{id}
/
user
/
{user_id}
/
db
/
{table_id}
/
{item_id}
curl --request PUT \
  --url http://localhost:3003/project/{id}/user/{user_id}/db/{table_id}/{item_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required
user_id
string
required
table_id
string
required
item_id
string
required

Response

200

Default Response