Common operations
Updating Records
Update one or several records by sending only the properties that need to change.
Update one record
PATCH
/api/v2/{entity}Update one or several recordsInclude id and only the properties that need to change.
Update several records
Send a JSON array to update several records in one request. Each object must contain its id.
The response contains the updated record in data. Batch requests return an array of updated records.