Skip to content

Commit

Permalink
Fix missing country in openAPI
Browse files Browse the repository at this point in the history
Signed-off-by: felixgateru <[email protected]>
  • Loading branch information
felixgateru committed Aug 2, 2023
1 parent 608c9fc commit b9cc423
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ components:
type: string
default: ""
required: false
Country:
name: country
description: From country filter.
in: query
schema:
type: string
default: ""
required: false
City:
name: city
description: From city filter.
Expand Down

0 comments on commit b9cc423

Please sign in to comment.