Update a highlight row
PATCH/views/:viewId/highlights/:hid
Partially updates a highlight. Fields set to null or omitted are left unchanged; clearing a field is not supported (use DELETE to remove the highlight). The highlight must be operator-owned; algorithm rows cannot be updated directly. When at least one field is modified, updated_at is refreshed so cached thumbnails are considered stale on the next viewer request.
Request
Responses
- 200
- 400
- 404
OK
Invalid request body, or the highlight is not operator-owned
Highlight or view not found