Skip to main content

Update annotations

PUT 

/v1/grafana/api/annotations/:id

Updates an annotation in the Grafana database.

Request

Path Parameters

    id integerrequired

Body

    time integer

    Epoch time in milliseconds.

    timeEnd integer

    Epoch time in milliseconds.

    text string

    Annotation Description.

    tags string[]

    Tags.

Responses

successful query

Schema
    message string

    Confirmation message.

Loading...