Skip to main content

Update Place

Update a Place

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Request Body

  • name string

    Possible values: <= 255 characters

    A name for this Place.

  • description string

    A description of this Place.

  • latitude float

    This Place's latitude.

  • longitude float

    This Place's longitude.

  • radius_in_meters integer

    The radius around this Place's coordinates within which we will consider this Place to have been visited.

Responses

OK

Loading...