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
Requiredstring
Format
"uuid"attachmentId*
Type
Requiredstring
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"
}
]
}
}