Skip to content

Commit

Permalink
[Rust Server] Test operation with two boolean parameters with same fi…
Browse files Browse the repository at this point in the history
…rst letter
  • Loading branch information
richardwhiuk committed Aug 19, 2024
1 parent 1c9f6af commit f58f002
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,22 @@ paths:
responses:
200:
description: 'OK'
/operation-two-first-letter-headers:
post:
operationId: TwoFirstLetterHeaders
description: Check we don't barf if two boolean parameters have the same first letter
parameters:
- name: x-header-one
in: header
schema:
type: boolean
- name: x-header-two
in: header
schema:
type: boolean
responses:
200:
description: OK

components:
securitySchemes:
Expand Down

0 comments on commit f58f002

Please sign in to comment.