Patch annotations
PATCH/v1/grafana/api/annotations/:id
Updates one or more properties of an annotation that matches the specified id. This operation currently supports updating of the text, tags, time and timeEnd properties. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id integerrequired
- application/json
Body
text string
Annotation Description.
tags string[]
Tags.
Responses
- 200
successful query
- application/json
- Schema
- Example (from schema)
Schema
message string
Confirmation message.
{
"message": "Annotation patched"
}
Loading...