Table collection services: PATCH request

The elements of an HTTP PATCH request to a table collection to update rows in an ObjectServer table.

Table 1. HTTP PATCH elements
Element Description
HTTP method PATCH
Query parameters
filter
Defines the conditions that a row in the table must satisfy. This parameter is the WHERE clause of an SQL SELECT statement.
Request headers
Authorization
Required
Host
Required
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.