Skip to main content
PUT
/
regions
/
{id}
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

Region name

location
string

Region location

available
boolean

Whether the region is available

premiumRequired
boolean

Whether the region requires premium subscription

showRegion
boolean

Whether the region should be shown to users

Response

The region has been successfully updated.

The response is of type object.