Update a runtime record
Runtime endpoints
Update Runtime Record
Partially updates a row by primary key and returns the updated row.
PATCH
Update a runtime record
Authorizations
Source API key created under /api/sources/:sourceId/api-keys
Path Parameters
Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.
Runtime table identifier (usually the schema entity ID used in Synthbrew).
Primary-key value of the row. Values are passed as path strings and cast by the runtime layer based on table schema.
Body
application/json
Dynamic runtime row. Shape depends on the source schema/table.
Response
Updated runtime row
Dynamic runtime row. Shape depends on the source schema/table.