Skip to content

Add support for updating tags on Alerts and Dashboards #18

@nathmclean

Description

@nathmclean

Tags can be created on Alerts and Dashboards, but cannot be updated (you can change the values in the struct, but the API won't apply them)

There are additional endpoints for managing tags after Alerts and Dashboards have been created

POST /api/v2/{resource}/{id}/tag Set all tags associated with a specific dashboard
DELETE /api/v2/{resource}/{id}/tag/{tagValue} Remove a tag from a specific dashboard
PUT /api/v2/{resource}/{id}/tag/{tagValue}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions