fix(monitors): document 403 and 404 on monitor update and delete; regenerate openapi
Chart Release / chart (push) Successful in 18s
Server Deploy / deploy (push) Successful in 4m10s

This commit is contained in:
2026-09-17 09:25:11 +00:00
parent ffc6853142
commit eb6f47c8ed
+30
View File
@@ -6367,6 +6367,16 @@
"204": {
"description": "No Content"
},
"403": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/api.ErrorResponse"
}
}
},
"description": "Forbidden"
},
"500": {
"content": {
"application/json": {
@@ -6528,6 +6538,26 @@
},
"description": "Bad Request"
},
"403": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/api.ErrorResponse"
}
}
},
"description": "Forbidden"
},
"404": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/api.ErrorResponse"
}
}
},
"description": "Not Found"
},
"500": {
"content": {
"application/json": {