sheet-rows

Updates the cells of a Sheet Row

patch/v1/sheet-rows/{uuid}/cells

Path parameters

uuidstring uuid required

The UUID of the Sheet Row for which to update cell values

Request body

column_uuidstring uuid required

Example request

[
  {
    "column_uuid": "4d50d252-be0c-4d69-b77a-5bbdfef83f54"
  }
]

Response

No content. The updates were made successfully.

Changes