Skip to main content

Update a region

PUT 

/regions/:id

Update an existing region.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[ a-zA-Z\d._-]+$

    The name of the region

    geo_location object
    latitude floatrequired

    Possible values: >= -90 and <= 90

    The latitudinal position of the region

    longitude floatrequired

    Possible values: >= -180 and <= 180

    The longitudinal postition of the region

    address string[]

Responses

OK

Loading...