PUT /data/{entity}/{id}
FULL MODE entity record update
This API can be used for updating a record with FULL mode. Full means that everything that the entity record is totally replaced with the data coming from the request body. So, for example if you want to erase a field, just not pass it in the body.
PUT <base_url>/data/{entity}/{id}
{entity} is the Entity name according to the name provided in the schema
{id} is the record identifier (the logical key for the record)
Last modified 1yr ago