/sites/{name}/configurations

Creates a new SiteConfiguration

Path Params
string
required

The Site's name

Query Params
boolean

Will override a closed maintenance window

Body Params

The SiteConfiguration to create

boolean

Whether the configuration is the one currently applicable to gateways in the site

boolean

Whether the configuration is the one that will be applied to gateways in the site during the next maintenance window

settings
object

The actual configuration settings for the site. Communicated over the wire as standard JSON. May contain references to configuration variables.

string

The name of the Site. Site names must have fewer than 32 characters, and must not have any special characters.

status
object

This only applies to SiteConfigurations where Current is true.

string
int64

Version number of the configuration

Responses

400

StateError reading request body, SiteConfiguration details invalid, Site doesn't exist

401

Unauthorized

403

Forbidden, organization does not support Sites feature

500

StateError

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*