docs: spelling (#24383)

* Docs: spelling

* Docs: spelling (contribute/ directory)

* Drop whats-new-in changes
This commit is contained in:
Josh Soref
2020-06-30 17:42:50 -04:00
committed by GitHub
parent e07d0ae452
commit 686149966a
8 changed files with 23 additions and 23 deletions

View File

@ -76,7 +76,7 @@ Content-Type: application/json
**Example Response**:
```http
HTTP/1.1 200
HTTP/1.1 200
Content-Type: application/json
[
```
@ -84,7 +84,7 @@ Content-Type: application/json
## Get Playlist dashboards
`GET /api/playlists/:id/dashboards`
**Example Request**:
```http
@ -114,7 +114,7 @@ Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
{
"name": "my playlist",
"interval": "5m",
"interval": "5m",
"items": [
{
"type": "dashboard_by_id",
@ -122,7 +122,7 @@ Content-Type: application/json
"order": 1,
"title":"my third dashboard"
},
{
{
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
@ -147,12 +147,12 @@ Content-Type: application/json
## Update a playlist
`PUT /api/playlists/:id`
**Example Request**:
```http
PUT /api/playlists/1 HTTP/1.1
Accept: application/json
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
{
@ -178,13 +178,13 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
{
```
## Delete a playlist
`DELETE /api/playlists/:id`
@ -222,14 +222,14 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
"type": "dashboard_by_id",
"value": "3",
"order": 1,
"title":"my third dasboard"
"title":"my third dashboard"
},
{
"playlistId": 1,
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
"title":"my other dasboard"
"title":"my other dashboard"
}
]
}
@ -252,7 +252,7 @@ Content-Type: application/json
"type": "dashboard_by_id",
"value": "3",
"order": 1,
"title":"my third dasboard"
"title":"my third dashboard"
},
{
"id": 2,
@ -260,7 +260,7 @@ Content-Type: application/json
"type": "dashboard_by_tag",
"value": "myTag",
"order": 2,
"title":"my other dasboard"
"title":"my other dashboard"
}
]
}