Skip to content

Commit

Permalink
api: Make 'query' parameter required for region search.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Martyanov <ohmspectator@gmail.com>
  • Loading branch information
OhmSpectator committed Jan 4, 2024
1 parent 9d15c80 commit dd50fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ paths:
summary: Search for regions by name
parameters:
- name: query
required: true
in: query
schema:
type: string
Expand Down

0 comments on commit dd50fcf

Please sign in to comment.