Skip to content

Commit

Permalink
Allow api version to be 1 or 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslinnell committed Nov 13, 2024
1 parent d87e45f commit 1ccafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/swagger/08_components--schemas--other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ components:
schemas:
HeaderVersion:
type: string
pattern: "^[1-9][0-9]+$"
pattern: "^[1-9][0-9]*\\.?[0-9]+$"

HeaderRequestId:
type: string
Expand Down

0 comments on commit 1ccafb4

Please sign in to comment.