record
Update record
Update a single record by its ID with support for field value typecast and record reordering.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Update record by id
Response
200 - application/json
Returns record data after update.
The response is of type object
.