Table collection services: PATCH request
The elements of an HTTP PATCH request to a table collection to update rows in an ObjectServer table.
| Element | Description |
|---|---|
| HTTP method | PATCH |
| Query parameters |
|
| Request headers |
|
| Accept | application/json |
| Request body | JSON row set that contains a single row. The row defines which columns to update, and which values to update the columns to. |