Skip to content

Update annotation

POST
/manager/{mediaSourceId}/comment/attachment/{attachmentId}/annotation

Update annotation strokes on an attachment

Authorizations

Parameters

Header Parameters

Content-Length
Type
string

Path Parameters

mediaSourceId*
Type
string
Required
Format
"uuid"
attachmentId*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"strokes": [
{
"type": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"color": "string"
}
]
}

Responses

Annotation saved

application/json
JSON
{
"success": true,
"data": {
"ok": true,
"strokes": [
{
"type": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"color": "string"
}
]
}
}

Playground

Server
Headers
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

drop.mov ― a kumo™ product