No Movement Event
Update No movement event
This endpoint allows you to update a no movement event associated to a tracker.
PATCH
{baseUrl}/tracker/event/:eventId
Request Body
Field
Type
Required
Description
eventConfig
object
❌
Configuration settings for the event.
eventConfig.minimumParkingDuration
number
❌
The delay (in minutes) before the event is triggered after it stops.
eventNotification
object
❌
Optional notification settings for the event.
eventNotification.acceptedMediums
array
❌
A list of notification channels and their settings.
eventNotification.status
string
❌
Status of the notification configuration. Accepts either "inactive"
or "active"
Sample Success Data
Sample Success Response
Last updated