Creates a new HotMark on the specified video.
Authorizations: Recordings - EDIT
Requests
PUT /apis/assets/:assetId/hotmarks
{
"title": "Hotmark POST Test",
"description": "API added HM",
"timestamp": 100000
}
Response
Success
{
"data": {
"title": "Hotmark POST Test",
"description": "API added HM",
"timestamp": 100000,
"id": "0d75aa67-3866-4e74-a285-011e951ca0af"
"username":"jsmith",
"userDisplayName":"John Smith"
}
}
Error
|
Code |
Payload |
Description |
|---|---|---|
|
|
|
Video with UUID |
|
|
|
The video could not be found. |
|
|
|
HotMark already exists at this time. |