Update Row
Table Rows
Update Row
PUT /v0/artifacts//rows/ — Update a table row
PUT
Update Row
Update a single row in a table artifact. Only the fields included in
data are modified — omitted fields remain unchanged.
Auth: Authorization: Bearer tr_...
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | The artifact’s public UUID |
rowId | string | Yes | The row UUID to update |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
data | object | Yes | Key-value pairs to update. Only specified fields are changed |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
id | string | The row UUID |
data | object | The full row data after the update |
updatedAt | string (ISO 8601) | When the row was last modified |