Skip to main content

Update a meeting zone

PATCH 

/v1/meeting-zones/:id

Update an existing meeting zone by ID

Request

Path Parameters

    id stringrequired

    Meeting zone ID

Body

required
    zoneName string
    geo object
    type stringrequired
    coordinates number[]required

    Array of rings for the polygon. Each ring is an array of [longitude, latitude] pairs. The first and last point must be the same.

Responses

Meeting zone updated successfully

Schema
    _id stringrequired

    The ID of the meeting zone

    activate booleanrequired

    Whether the meeting zone is active

    createdDate date-timerequired

    The created date of the meeting zone

    latestUpdate date-timerequired

    The latest update date of the meeting zone

Loading...