Updates an existing row
PATCH {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft
Sparse updates a single row in the table's draft
version.
All the column values need not be specified. Only the columns or fields that needs to be modified can be specified.
See the Create a row
endpoint for instructions on how to format the JSON row definitions.
Request Body
{"path"=>"<string>", "name"=>"<string>", "childTableId"=>"<long>", "displayIndex"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"values":{"eu_c_5":{},"cupidatat1c2":{}},"id":"\u003cstring\u003e","path":"\u003cstring\u003e","name":"\u003cstring\u003e","childTableId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","publishedAt":"\u003cdateTime\u003e"}