chore: run yarn generate-apis

This commit is contained in:
Hugo Häggmark
2025-11-28 11:42:11 +01:00
parent 9ce9e49da3
commit 979b04c3e7
@@ -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",