HTTP API: grafana /render calls nows with api keys, Fixes #1649
This commit is contained in:
@@ -55,6 +55,11 @@ type GetApiKeyByNameQuery struct {
|
||||
Result *ApiKey
|
||||
}
|
||||
|
||||
type GetApiKeyByIdQuery struct {
|
||||
ApiKeyId int64
|
||||
Result *ApiKey
|
||||
}
|
||||
|
||||
// ------------------------
|
||||
// DTO & Projections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user