Updates a place.

Updates a place by the ID.

The geometry must be one of these two types : Point for a geometry defined by a circle or polygon type for a geometry defined by a series of point.

Path Params
uuid
required

Represents ID of the place.

Body Params

Provide the model of the place to update.

uuid

Represents ID of the place.

string
required
length between 1 and 100

Represents name of the place.

string | null

Represents description of the place.

string
enum

Reperesents the place type enumeration.

geofenceDefinition
object

A GeoJSON object with the type "Feature" represents a geometry with additional properties.

double

Represents area of the place.

address
object
required
contact
object
string | null

Represents a field to notedown any remarks of the place.

assignees
object
Responses

401

Failure code. Unauthorized access.

403

Failure code. Forbidden access.

429

Failure code. RateLimits .

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json