Skip to main content

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.

Request

Path Parameters

    id integerrequired

Body

    text string

    Annotation Description.

    tags string[]

    Tags.

Responses

successful query

Schema
    message string

    Confirmation message.

Loading...