Skip to main content

Update a zone by UUID.

PUT 

/v1/zones/:uuid

Update a zone by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the zone

Body

required

    customer uuid

    Unique identifier for the owner (customer)

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of zone.

    zone array[]

    Zone geometry.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the zone was created.

    customer uuidrequired

    Unique identifier for the owner (customer)

    deletedAt date-timerequired

    Date and time the zone was deleted.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of zone.

    updatedAt date-timerequired

    Date and time the zone was updated.

    uuid uuidrequired

    Unique identifier for the zone

    zone array[]required

    Zone geometry.

    status int64required
    timestamp date-timerequired
Loading...