Skip to content

Commit

Permalink
Add lon & lat to description
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasFischer1985 authored Jul 27, 2022
1 parent 142b87d commit 96a4441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ 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

- in: query
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

Expand Down

0 comments on commit 96a4441

Please sign in to comment.