User APIs/Points of Interest (POIs)
Update POI
PATCH
/user/pois/:idBearer token required
ADMIN | USERContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/user/pois/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'