Commit ab874cd0 by A78677

docs: Added requests body for 'Password for User' and 'Permissions' in the admin api documentation

parent 540ee353
...@@ -237,12 +237,14 @@ Change password for specific user ...@@ -237,12 +237,14 @@ Change password for specific user
Accept: application/json Accept: application/json
Content-Type: application/json Content-Type: application/json
{"password":"userpassword"}
**Example Response**: **Example Response**:
HTTP/1.1 200 HTTP/1.1 200
Content-Type: application/json Content-Type: application/json
{"password":"userpassword"} {"message": "User password updated"}
## Permissions ## Permissions
...@@ -254,6 +256,8 @@ Change password for specific user ...@@ -254,6 +256,8 @@ Change password for specific user
Accept: application/json Accept: application/json
Content-Type: application/json Content-Type: application/json
{"isGrafanaAdmin": true}
**Example Response**: **Example Response**:
HTTP/1.1 200 HTTP/1.1 200
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment