diff --git a/public/docs/preorder-api.yaml b/public/docs/preorder-api.yaml index e55d939c8..c42d0c56e 100644 --- a/public/docs/preorder-api.yaml +++ b/public/docs/preorder-api.yaml @@ -28,6 +28,7 @@ paths: in: query schema: type: string + required: true - name: zip description: Postleitzahl Suchbegriff in: query @@ -38,6 +39,11 @@ paths: in: query schema: type: string + - name: district + description: Ortsteil Suchbegriff + in: query + schema: + type: string - name: housenumber description: Hausnummer Suchbegriff in: query @@ -441,6 +447,10 @@ components: type: string description: Ort example: Beispielhausen + district: + type: string + description: Ortsteil + example: Ortsteil block: type: string description: Block @@ -469,6 +479,10 @@ components: type: integer description: Jahr des geplanten Ausbaus example: 2024 + rollout_info: + type: string + description: Infotext begzl. Bauplanung + example: Bauplan 2024 preorderTypes: type: array example: ["interest", "provision", "order", "reorder"]