83b73db401
* Alerting: fix specification
* Update merged swagger specification
(cherry picked from commit 7cf321d7bd)
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
8 lines
97 B
Go
8 lines
97 B
Go
package definitions
|
|
|
|
// swagger:model
|
|
type NotFound struct{}
|
|
|
|
// swagger:model
|
|
type Ack struct{}
|