Update annotations
PUT/v1/grafana/api/annotations/:id
Updates an annotation in the Grafana database. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id integerrequired
- application/json
Body
time integer
Epoch time in milliseconds.
timeEnd integer
Epoch time in milliseconds.
text string
Annotation Description.
tags string[]
Tags.
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
message string
Confirmation message.
{
"message": "Annotation updated"
}
Loading...