Skip to content

Commit

Permalink
Remove required parameter in root spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsahadeo committed Dec 4, 2024
1 parent 16ff89a commit fe4d0fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rulesets/test/root.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ paths:
parameters:
- name: username
in: query
required: true # requring this would normal fail, but should pass because this is a _webhook exception
schema:
type: string
responses:
Expand Down

0 comments on commit fe4d0fa

Please sign in to comment.