Skip to content

Annotations

Annotations can be created, read, updated and deleted via the following endpoints.

Post

Create an Annotation.

POST /annotations/<container_id>/

Get

Read an Annotation.

GET /annotations/<container_id>/<annotation_id>/

Put

Update an Annotation.

PUT /annotations/<container_id>/<annotation_id>/

Delete

Delete an Annotation.

DELETE /annotations/<container_id>/<annotation_id>/