Skip to content

Commit

Permalink
add 40x codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcger committed Oct 14, 2024
1 parent ebe16fa commit b1479f7
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit b1479f7

Please sign in to comment.