docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis
This commit is contained in:
@@ -10,7 +10,7 @@ Service zur Aktualisierung der Koordinaten eines Bereichs (Area) in der Datenban
|
||||
await updateAreaService({
|
||||
idLocation: 4,
|
||||
idMap: 1,
|
||||
newCoords: { x: 53.219, y: 8.435 }
|
||||
newCoords: { x: 53.219, y: 8.435 },
|
||||
});
|
||||
```
|
||||
|
||||
@@ -34,4 +34,8 @@ PUT /api/talas_v5_DB/area/updateArea
|
||||
## Rückgabe
|
||||
|
||||
- Erfolgreich: JSON mit Erfolgsmeldung
|
||||
- Fehler: `throw new Error(...)` bei nicht OK
|
||||
- Fehler: `throw new Error(...)` bei nicht OK
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../README.md)
|
||||
|
||||
Reference in New Issue
Block a user