docs
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<!-- /docs/services/database/polylines/updatePolylineCoordinatesService.md -->
|
||||
|
||||
# 🧭 updatePolylineCoordinatesService.js
|
||||
|
||||
Service zum Aktualisieren der Koordinaten einer Linie in der Datenbank.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
await updatePolylineCoordinatesService({
|
||||
idLD: 5,
|
||||
idModul: 1,
|
||||
newCoordinates: [[53.2, 8.4], [53.21, 8.45]]
|
||||
});
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
- Endpoint: `POST /api/talas_v5_DB/gisLines/updateLineCoordinates`
|
||||
- Headers: `{ "Content-Type": "application/json" }`
|
||||
|
||||
## Fehlerbehandlung
|
||||
|
||||
- Bei Fehler: `throw new Error(...)` mit Backend-Meldung
|
||||
Reference in New Issue
Block a user