diff --git a/docs/sources/developers/http_api/serviceaccount.md b/docs/sources/developers/http_api/serviceaccount.md index 5f60ddd97da..c97a73ef23b 100644 --- a/docs/sources/developers/http_api/serviceaccount.md +++ b/docs/sources/developers/http_api/serviceaccount.md @@ -106,7 +106,7 @@ Authorization: Basic YWRtaW46YWRtaW4= { "name": "grafana", "role": "Viewer", - "isDisabled" : false + "isDisabled": false } ``` @@ -440,8 +440,7 @@ Content-Type: application/json Authorization: Basic YWRtaW46YWRtaW4= { - "name": "grafana", - "role": "Viewer" + "name": "grafana" } ```