docs
This commit is contained in:
21
docs/pages/api/talas_v5_DB/pois/poi-icons.md
Normal file
21
docs/pages/api/talas_v5_DB/pois/poi-icons.md
Normal file
@@ -0,0 +1,21 @@
|
||||
<!-- /docs/pages/api/talas_v5_DB/pois/poi-icons.md -->
|
||||
|
||||
# 🖼️ poi-icons.js
|
||||
|
||||
Gibt eine Liste aller POIs und ihrer zugehörigen Icon-Pfade zurück.
|
||||
|
||||
## Methode
|
||||
|
||||
- `GET`
|
||||
|
||||
## Datenquelle
|
||||
|
||||
- `poi` → `poiTyp` → `poiicons`
|
||||
|
||||
## Antwort
|
||||
|
||||
```json
|
||||
[
|
||||
{ "idPoi": 12, "path": "/icons/kue.svg" }
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user