v1
latestOpenAPI 3.0.42026-08-06124112344.5 KBDataTables
Updates a row (partial update).
put/datatables/{tableId}/rows/{rowId}
Path parameters
tableIdstring required
The data table ID.
rowIdstring required
The row ID.
Headers
If-Matchstring
Optional optimistic-concurrency token. Supply the ETag value returned by a prior read as the If-Match header; the update is rejected with 409 Conflict if the row changed in the meantime. Omit to update unconditionally.
Request body
Response
OK