Update records (bulk)
Storage - Records
Update records (bulk)
Update multiple rows in one call. Body: { modelUuid, records: [{ id, data }, ...] }.
PUT
Update records (bulk)
Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.

