Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rust Server] Test boolean parameters and apostrophes
Browse files Browse the repository at this point in the history
richardwhiuk committed Aug 19, 2024
1 parent 62d4f2a commit eb02c9b
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -465,6 +465,20 @@ paths:
responses:
'200':
description: Success
/get-with-bool:
get:
operationId: GetWithBooleanParameter
description: Get with a boolean parameter
parameters:
- name: iambool
description: Let's check apostrophes get encoded properly!
in: query
required: true
schema:
type: boolean
responses:
200:
description: 'OK'

components:
securitySchemes:

0 comments on commit eb02c9b

Please sign in to comment.