mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
Alerting: Fix status code of successful response POST /api/alertmanager/grafana/api/v2/silences in swagger specs (#67951)
* update status code to reflect reality * update docs
This commit is contained in:
parent
f7b8a666f4
commit
ab5a3820d5
@ -203,7 +203,7 @@ import (
|
||||
// create silence
|
||||
//
|
||||
// Responses:
|
||||
// 201: postSilencesOKBody
|
||||
// 202: postSilencesOKBody
|
||||
// 400: ValidationError
|
||||
|
||||
// swagger:route POST /api/alertmanager/{DatasourceUID}/api/v2/silences alertmanager RouteCreateSilence
|
||||
|
@ -4519,7 +4519,7 @@
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"201": {
|
||||
"202": {
|
||||
"description": "postSilencesOKBody",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/postSilencesOKBody"
|
||||
|
@ -247,7 +247,7 @@
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"201": {
|
||||
"202": {
|
||||
"description": "postSilencesOKBody",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/postSilencesOKBody"
|
||||
|
Loading…
Reference in New Issue
Block a user