{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Flag API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flag", "type": "folder" }, "items": [ { "info": { "name": "Grafana Set Help Flag", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.grafana.net/api/user/helpflags/:flag_id", "params": [ { "name": "flag_id", "value": "", "type": "path" } ] }, "docs": "The PUT operation on the /user/helpflags/{flag_id} endpoint in Grafana allows authenticated users to set or update a specific help flag identified by the flag_id parameter in the URL path. Help flags are typically used to track which help tooltips, tutorials, or onboarding messages a user has already seen or dismissed within the Grafana interface, enabling a personalized user experience by preventing repetitive display of guidance elements. When invoked, this endpoint modifies the state of the s" } ] } ], "bundled": true }