Update records (bulk)
Storage - Records
Update records (bulk)
Update multiple rows in one call. Body: { modelUuid, records: [{ id, data }, ...] }.
PUT
Update records (bulk)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Shape: { modelUuid, records: [{ id, data }, ...] }. data is merged then id is applied under the model id column slug.
Response
Successful response
Updated records as returned by storage.

