Files
grafana/apps/scope/README.md
T
Tobias Skarhed 4ac8063bda Scopes: Add redirectUrl to ScopeNode (#112699)
* Scopes: Add redirectUrl to ScopeNode

* Update go mod
2025-10-21 09:44:35 +00:00

12 lines
290 B
Markdown

# Updating OpenAPI spec
Change the desired types, then run these commands, with the linked Enterprise repo:
```
go test --tags "pro" -timeout 30s -run ^TestIntegrationOpenAPIs$ github.com/grafana/grafana/pkg/extensions/apiserver/tests -count=1
```
```
./hack/update-codegen.sh scope
```