Skip to content

Commit

Permalink
vector api 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uttenweiler Bernd committed Jun 19, 2024
1 parent 04f01fc commit 7860634
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vector-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ paths:
/places:
get:
description: |-
Returns similar places. The places are based on the ETHorama POIs and Marc 651.
Returns similar places. The places are based on the ETHorama POIs and places from the catalog.
parameters:
- name: q
schema:
Expand Down Expand Up @@ -88,17 +88,17 @@ paths:
/geo-container:
get:
description: |-
Returns similar ETHorama POIs, dossiers, routes and Marc places.
Provides similar POIs, dossiers, historical journeys from ETHorama and places from the catalog
parameters:
- name: q
schema:
type: string
in: query
required: true
description: |-
The string for which similar container are searched
q=Gletscher
The string for which similar entities are searched
q=Gewässerkorrekturen
responses:
'200':
description: Returns topics
Expand Down

0 comments on commit 7860634

Please sign in to comment.