PackageJson: Prettify markdown/mdx on commit with lint-staged (#37616)

* Format md,mdx files with prettier on lint-staged

* Manually run prettier on docs/sources
This commit is contained in:
Connor Lindsey
2021-08-06 07:52:36 -06:00
committed by GitHub
parent e9c032f10f
commit b78a67cec7
301 changed files with 3216 additions and 2980 deletions
+24 -24
View File
@@ -8,8 +8,8 @@ aliases = ["/docs/grafana/latest/http_api/user/"]
# User API
> If you are running Grafana Enterprise and have [Fine-grained access control]({{< relref "../enterprise/access-control/_index.md" >}}) enabled, for some endpoints you would need to have relevant permissions.
Refer to specific resources to understand what permissions are required.
> Refer to specific resources to understand what permissions are required.
## Search Users
`GET /api/users?perpage=10&page=1`
@@ -18,9 +18,9 @@ Refer to specific resources to understand what permissions are required.
See note in the [introduction]({{< ref "#user-api" >}}) for an explanation.
Action | Scope
--- | --- |
users:read | global:users:*
| Action | Scope |
| ---------- | --------------- |
| users:read | global:users:\* |
**Example Request**:
@@ -73,9 +73,9 @@ Content-Type: application/json
Content-Type: application/json
{
```
## Get single user by Id
## Get single user by Id
`GET /api/users/:id`
#### Required permissions
@@ -134,9 +134,9 @@ Content-Type: application/json
Content-Type: application/json
Authorization: Basic YWRtaW46YWRtaW4=
```
Requires basic authentication and that the authenticated user is a Grafana Admin.
**Example Response**:
Requires basic authentication and that the authenticated user is a Grafana Admin.
**Example Response**:
```http
@@ -146,6 +146,7 @@ Accept: application/json
```
## User Update
`PUT /api/users/:id`
#### Required permissions
@@ -179,9 +180,9 @@ Content-Type: application/json
## Get Organizations for user
`GET /api/users/:id/orgs`
#### Required permissions
#### Required permissions
See note in the [introduction]({{< ref "#user-api" >}}) for an explanation.
| Action | Scope |
@@ -234,9 +235,9 @@ Content-Type: application/json
```http
HTTP/1.1 200
Content-Type: application/json
```
Content-Type: application/json
```
## User
@@ -273,9 +274,9 @@ Content-Type: application/json
```http
PUT /api/user/password HTTP/1.1
PUT /api/user/password HTTP/1.1
Accept: application/json
Content-Type: application/json
Accept: application/json
Content-Type: application/json
Authorization: Basic YWRtaW46YWRtaW4=
```
@@ -311,9 +312,9 @@ Content-Type: application/json
POST /api/users/7/using/2 HTTP/1.1
Authorization: Basic YWRtaW46YWRtaW4=
```
```
**Example Response**:
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
@@ -344,7 +345,6 @@ Content-Type: application/json
```
## Organizations of the actual User
## Organizations of the actual User
`GET /api/user/orgs`