Skip to content

Commit

Permalink
string start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Feb 3, 2024
1 parent 07ca458 commit 5da2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ paths:
parameters:
- name: "city"
in: "path"
description: "city name (e.g. Berlin), case insensitve"
description: "city name (e.g. Berlin), case insensitve, city must start with the given string"
required: true
schema:
type: string
Expand Down

0 comments on commit 5da2351

Please sign in to comment.