Skip to content

Commit

Permalink
change zip from int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual authored May 25, 2024
1 parent ba55670 commit 887854c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ paths:
city:
type: string
zip:
type: integer
type: string
phone:
type: string
mail:
Expand Down Expand Up @@ -462,4 +462,4 @@ paths:
content:
text/html:
schema:
type: string
type: string

0 comments on commit 887854c

Please sign in to comment.