Compare commits

...

1 Commits

Author SHA1 Message Date
Sam Kh.
ed3bcfa094 Fix: make plugin.json routes.path field required 2026-01-14 12:57:19 -05:00

View File

@@ -370,6 +370,7 @@
"items": {
"type": "object",
"description": "For data source plugins. Proxy routes used for plugin authentication and adding headers to HTTP requests made by the plugin. For more information, refer to [Authentication for data source plugins](https://grafana.com/developers/plugin-tools/how-to-guides/data-source-plugins/add-authentication-for-data-source-plugins).",
"required": ["path"],
"additionalProperties": false,
"properties": {
"path": {