Skip to content

Commit

Permalink
Add parameter ids
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasFischer1985 authored Jul 30, 2023
1 parent 6ecf5cd commit 233d74c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Suchwort (z.B. Teilqualifikation)
selektierteSternchenSuchworte (unvollständige Suchworte, z.B. Teilqualifi; pot. mehrere, durch Kommata getrennt).


Parameter: ids (Optional)

Berufs-ID einer Berufsbezeichnung (z.B. 6133 für Industriemeister/in - Lebensmittel). Mehrere Komma-getrennte Angaben möglich.


**Parameter:** *orte* (Optional)

Ortsangabe nebst Koordinaten (longitude und latitude) jeweils durch Unterstriche getrennt (z.B. Erlangen_11.005_49.595)
Expand Down
8 changes: 8 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ paths:
example: "Teilquali"
required: false

- in: query
name: ids
schema:
type: integer
description: Berufs-ID einer Berufsbezeichnung (z.B. 6133 für Industriemeister/in - Lebensmittel). Mehrere Komma-getrennte Angaben möglich.
example: 6144
required: false

- in: query
name: orte
schema:
Expand Down

0 comments on commit 233d74c

Please sign in to comment.