Skip to main content

Update Boundary Summary

PUT 

/v4/boundaries/:id/summary/:summaryId

Update a summary for a given boundary.

Request

Path Parameters

    id stringrequired

    The LiveBy Boundary ID obtained from the /v4/boundaries endpoint.

    summaryId numberrequired

    The stored summary ID of the boundary.

Responses

Schema

    success booleanrequired

    data

    object

    Boundary stringrequired

    The unique identifier for the boundary.

    Description objectrequired

    The description of the boundary.

    Expires At object

    The expiration date of the description.

    Deleted At object

    The deletion date of the boundary.

Loading...