Version=4.6.1
I am using a POST to the api to create an annotation region. I get a 200 when inserting via /api/annotations
{
“timeEnd”:1519338900000,
“time”:1519306500000,
“text”:“foo”,
“isRegion”:true,
“tags”:[“rfc”,“id=270524”,“owner=xyz”]
}
According to the doc I should expect an id and endId in my response. My response is as follows:
{
‘message’ => ‘Annotation added’
}
I am not able to see any of these annotations. Wondering if the missing id & endId are indicating a problem?