{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Save API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Save", "type": "folder" }, "items": [ { "info": { "name": "Grafana Save Report Settings", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/reports/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Saves the configuration settings for the Grafana reporting feature, allowing administrators to define parameters such as email delivery options, branding preferences, report generation schedules, and output formats. This POST endpoint updates the global report settings that will be applied across all generated reports in the Grafana instance, enabling customization of how reports are created, formatted, and distributed to users." } ] } ], "bundled": true }