From 96a4441230cd3fdcde41e6270a3a99407939db5d Mon Sep 17 00:00:00 2001 From: "Dr. Andreas Fischer" <45405681+AndreasFischer1985@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:44:29 +0200 Subject: [PATCH] Add lon & lat to description --- README.md | 2 +- openapi.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7767255..487da24 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ dkzIds einer Studienfeld(gruppe), idR. zwei Semikolon-getrennte Werte je Studien **Parameter:** *orte* (Optional) -Ortsangabe nebst Postleitzahl und Koordinaten (z.B. Feucht_90537_11.224918_49.376701) +Ortsangabe nebst Postleitzahl und Koordinaten (longitude und latitude) jeweils durch Unterstriche getrennt (z.B. Feucht_90537_11.224918_49.376701). **Parameter:** *pg* (Optional) diff --git a/openapi.yaml b/openapi.yaml index 6dc51ce..30b63cd 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -54,7 +54,7 @@ paths: name: sfe schema: type: string - description: dkzIds einer Studienfeld(gruppe), idR. zwei Semikolon-getrennte Werte je Studienfeld(gruppe) + description: dkzIds einer Studienfeld(gruppe), idR. zwei Semikolon-getrennte Werte je Studienfeld(gruppe). example: "94175;94350" required: false @@ -62,7 +62,7 @@ paths: name: orte schema: type: string - description: Ortsangabe nebst Postleitzahl und Koordinaten + description: Ortsangabe nebst Postleitzahl und Koordinaten (longitude und latitude) jeweils durch Unterstriche getrennt. example: "Feucht_90537_11.224918_49.376701" required: false