alertmanager/api/v2/restapi/operations/silence
gotjosh aaf9490576
API: Allow the Silences API to use their own 400 response (#3610)
There's no change to the logic here - it just stroke me as odd that we were reusing the response from alerting groups in the silences call when it's pretty simple to add a new one in the API description.

This is more accurate as well, as this will be used to power the documentation.

Signed-off-by: gotjosh <josue.abreu@gmail.com>
2023-11-22 10:25:27 +00:00
..
delete_silence.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
delete_silence_parameters.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
delete_silence_responses.go api/v2: Delete silence respond with 404 when silence is not found (#3352) 2023-05-05 14:06:26 +01:00
delete_silence_urlbuilder.go Preferring the use of the basePath attribute 2021-11-16 00:42:43 +01:00
get_silence.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
get_silence_parameters.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
get_silence_responses.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
get_silence_urlbuilder.go Preferring the use of the basePath attribute 2021-11-16 00:42:43 +01:00
get_silences.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
get_silences_parameters.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
get_silences_responses.go API: Allow the Silences API to use their own 400 response (#3610) 2023-11-22 10:25:27 +00:00
get_silences_urlbuilder.go Preferring the use of the basePath attribute 2021-11-16 00:42:43 +01:00
post_silences.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
post_silences_parameters.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
post_silences_responses.go Update Go to 1.19 (#3150) 2022-11-30 17:06:57 +01:00
post_silences_urlbuilder.go Preferring the use of the basePath attribute 2021-11-16 00:42:43 +01:00