This commit is contained in:
ISA
2025-05-28 08:04:34 +02:00
parent 97fbb6fdc1
commit 5f0133d638
107 changed files with 1446 additions and 454 deletions

View File

@@ -0,0 +1,21 @@
<!-- /docs/services/database/pois/updatePoiService.md -->
# 📝 updatePoiService.js
Service zur Aktualisierung eines POIs mit neuen Informationen.
## Verwendung
```js
await updatePoiService({
idPoi: 5,
description: "Neuer Text",
idLD: 3,
idPoiTyp: 1
});
```
## API
- Endpoint: `POST /api/talas_v5_DB/pois/updatePoi`
- Body: JSON mit den zu aktualisierenden Feldern