Replaces an existing row
PUT {{baseUrl}}/cms/v3/hubdb/tables/:tableIdOrName/rows/:rowId/draft
Replace a single row in the table's draft
version.
All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted.
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"}