Skip to main content

Create a region

POST 

/regions

Create a new region.

Request

Body

Created

    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

Created

Loading...