{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Comments API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Grafana Patch Query Comment", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.grafana.net/api/query-history/:query_history_uid", "params": [ { "name": "query_history_uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the comment of a specific query in the query history by its unique identifier. This endpoint allows users to modify the descriptive comment associated with a previously executed query, making it easier to document and organize query history. The operation requires the query history UID as a path parameter and accepts the updated comment data in the request body. This is useful for adding context, notes, or explanations to queries after they have been run, improving collaboration and quer" } ] } ], "bundled": true }