Update record
Storage - Records
Update record
Update a single row. Body: ; data is merged then id is set under the model id column slug.
PUT
Update record
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, id, data }. data is merged then id is applied under the model id column slug.
Target model.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Record identifier; merged into the payload under the model id column slug (overrides the same key in data).
Minimum string length:
1Fields to update for the row.
Response
Successful response
Updated record as returned by storage.

