Service account: Update service accounts creation (#51848)

This commit is contained in:
Vardan Torosyan
2022-07-07 17:32:56 +01:00
committed by GitHub
parent 885c517983
commit 5eaba5b5b2
10 changed files with 115 additions and 36 deletions
@@ -105,7 +105,8 @@ Authorization: Basic YWRtaW46YWRtaW4=
{
"name": "grafana",
"role": "Admin",
"role": "Viewer",
"isDisabled" : false
}
```
@@ -131,7 +132,7 @@ Content-Type: application/json
}
```
## Get single serviceaccount by Id
## Get a service account by ID
`GET /api/serviceaccounts/:id`