PATCH /data/{entity}/{id}

PARTIAL MODE entity record update

This API can be used for updating a record with the PARTIAL mode. Partial means that only the fields in the data request body will be updated.

This API can be very useful when you have entities with a lot of fields and you want only to touch only some of them.

Request

Endpoint

PATCH <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 updated