Annotations
For instructions on how to authenticate to use this endpoint, see API overview.
Create, Read, Update and Delete annotations. See docs for more information on annotations.
Endpoints
List all annotations
Path Parameters
- project_idstring
Query Parameters
- limitinteger
- offsetinteger
- searchstring
Response
Request
GET 
Response
RESPONSE
Create annotations
Path Parameters
- project_idstring
Request Parameters
- contentstring
- date_markerstring
- creation_typestringOne of:"USR""GIT"
- dashboard_iteminteger
- deletedboolean
- scopestringOne of:"dashboard_item""project""organization"
Response
Request
POST 
Response
RESPONSE
Retrieve annotations
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
RESPONSE
Update annotations
Path Parameters
- idinteger
- project_idstring
Request Parameters
- contentstring
- date_markerstring
- creation_typestringOne of:"USR""GIT"
- dashboard_iteminteger
- deletedboolean
- scopestringOne of:"dashboard_item""project""organization"
Response
Request
PATCH 
Response
RESPONSE
Delete annotations
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Path Parameters
- idinteger
- project_idstring
Request
DELETE