fix: alert list links did not work, changed dashboardUri to Url, this is breaking api change in alert api (#10756)

This commit is contained in:
Torkel Ödegaard
2018-02-05 09:42:41 +01:00
committed by GitHub
parent d379aa3815
commit 07fa2f1722
8 changed files with 11 additions and 11 deletions

View File

@ -62,7 +62,7 @@ Content-Type: application/json
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
@ -94,7 +94,7 @@ Content-Type: application/json
```http
HTTP/1.1 200
Content-Type: application/json
{
{
```
## Pause all alerts
@ -196,7 +196,7 @@ Content-Type: application/json
**Example Request**:
```http
DELETE /api/alert-notifications/1 HTTP/1.1
DELETE /api/alert-notifications/1 HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
@ -294,4 +294,4 @@ Content-Type: application/json
{
"message": "Notification deleted"
}
```
```