record
Update multiple records
Update multiple records in a single request 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.
Path Parameters
Body
application/json
Multiple Update records
Response
200 - application/json
Returns the records data after update.
The response is of type object[]
.