Create a new site
POST {{baseUrl}}/sites
Creates a new site
Request Body
{"name"=>"<string>", "nodeId"=>"<string>", "contactEmail"=>"<string>", "timezone"=>"<string>", "countryCode"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""