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.
For updating only some fields you can use the PATCH API.
Request
Endpoint
{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 updated