v1
latestSwagger 2.02026-07-178567199.3 KBsources
annotations
Update an annotation
patch/sources/{id}/annotations/{annotation_id}
Path parameters
idstring required
ID of the source
annotation_idstring required
ID of the annotation
Request body
Example request
{
"text": "new annotation text"
}Response
The updated annotation
Example response
{
"id": "59434c1c-fa16-40e9-8b92-af71544cc3eb",
"startTime": "2018-07-09T17:48:04.23Z",
"endTime": "2018-07-09T17:48:08.652Z",
"text": "no name",
"color": "red",
"tags": {
"repo": "influxdata/chronograf"
},
"links": {
"self": "/chronograf/v1/sources/1/annotations/59434c1c-fa16-40e9-8b92-af71544cc3eb"
}
}