added district search parameter to findAddress in api doc
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user