From 979b04c3e7052d5707d334e11c7b2b1c096c4023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Fri, 28 Nov 2025 11:42:11 +0100 Subject: [PATCH] chore: run yarn generate-apis --- .../src/apis/provisioning.grafana.app-v0alpha1.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/grafana-openapi/src/apis/provisioning.grafana.app-v0alpha1.json b/packages/grafana-openapi/src/apis/provisioning.grafana.app-v0alpha1.json index 80078ea9f37..393f406b09d 100644 --- a/packages/grafana-openapi/src/apis/provisioning.grafana.app-v0alpha1.json +++ b/packages/grafana-openapi/src/apis/provisioning.grafana.app-v0alpha1.json @@ -3972,6 +3972,10 @@ "type": "string", "default": "" }, + "path": { + "description": "For git, this is the target path", + "type": "string" + }, "target": { "description": "When syncing, where values are saved\n\nPossible enum values:\n - `\"folder\"` Resources will be saved into a folder managed by this repository It will contain a copy of everything from the remote The folder k8s name will be the same as the repository k8s name\n - `\"instance\"` Resources are saved in the global context Only one repository may specify the `instance` target When this exists, the UI will promote writing to the instance repo rather than the grafana database (where possible)", "type": "string", @@ -3989,6 +3993,10 @@ "default": "", "enum": ["bitbucket", "git", "github", "gitlab", "local"] }, + "url": { + "description": "For git, this is the target URL", + "type": "string" + }, "workflows": { "description": "The supported workflows", "type": "array",