docs
This commit is contained in:
20
docs/redux/thunks/database/pois/updatePoiThunk.md
Normal file
20
docs/redux/thunks/database/pois/updatePoiThunk.md
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- /docs/redux/thunks/database/pois/updatePoiThunk.md -->
|
||||
|
||||
# 📝 updatePoiThunk.js
|
||||
|
||||
Aktualisiert einen bestehenden POI mit neuen Daten.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(updatePoiThunk({
|
||||
idPoi: 15,
|
||||
description: "Neue Beschreibung",
|
||||
idPoiTyp: 3,
|
||||
idLD: 8
|
||||
}));
|
||||
```
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `updatePoiService(poi)` auf
|
||||
Reference in New Issue
Block a user