Skip to main content

Update a Hotmark

Updates the specified HotMark.

Authorizations: Recordings - EDIT

Requests

PUT /apis/assets/:assetId/hotmarks/:hotmarkId
{
"title": "Hotmark PUT Test",
"description": "API updated HM",
"timestamp": 120000
}

Response

Success

{
"data": {
  "title": "Hotmark PUT Test",
  "description": "API updated HM",
  "timestamp": 120000,
  "id": "0d75aa67-3866-4e74-a285-011e951ca0af"
  "username":"jsmith",
  "userDisplayName":"John Smith"
}
}

Error

Code

Payload

Description

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

400
{"code":"010001", "name":"InputValidation",
"message":<Error message>, "httpStatusCode":400}

Supplied data was insufficient or incorrect.

404
{"code":"040010", "name":"HotmarkNotFound",
"message":"HotMark not found", "httpStatusCode":404}

HotMark with UUID hotmarkId not found.

409
{"code":"060004", "name":"HotmarkAlreadyExists",
"message":"HotMark already exists at this time",
"httpStatusCode":409}

HotMark already exists at this time.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.