User APIs/Geofences
Update Geofence
PATCH
/user/geofences/: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/geofences/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'