Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Response Ops][Rules] OAS Ready Rule API #196150

Merged
merged 8 commits into from
Oct 15, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ export const muteAllRuleRoute = (
204: {
description: 'Indicates a successful call.',
},
400: {
description: 'Indicates an invalid schema or parameters.',
},
403: {
description: 'Indicates that this call is forbidden.',
},
404: {
description: 'Indicates a rule with the given ID does not exist.',
},
},
},
},
Expand Down