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",