added district search parameter to findAddress in api doc

This commit is contained in:
Frank Schubert
2022-11-22 15:47:14 +01:00
parent bf4e269e6d
commit 7c3f071304

View File

@@ -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"]