Create Annotations
Create Annotations
Create an Annotation. Requires a role of at least Analyst.
post/projects/{projectId}/annotations
Request body
Example request
{
"date": "2022-02-15 12:00:00",
"description": "Something interesting happened!"
}Response
Success
Example response
{
"status": "ok",
"results": {
"date": "2022-02-15 12:00:00",
"description": "Something interesting happened!",
"user": {
"first_name": "John",
"last_name": "Smith"
}
}
}