{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Help API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Help", "type": "folder" }, "items": [ { "info": { "name": "Grafana Clear Help Flags", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/user/helpflags/clear" }, "docs": "This API operation clears help flags for the currently authenticated user in Grafana by sending a GET request to the /user/helpflags/clear endpoint. Help flags are typically used to track which help tooltips, tutorials, or onboarding messages a user has already seen within the Grafana interface. By clearing these flags, the system resets the help state, causing previously dismissed help messages and guidance prompts to be displayed again as if the user were accessing those features for the first" }, { "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 }