Sites

Create a new site

post

Create a new site with the specified ID

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

Body

Refer to the /schemas/site endpoint for the full JSON Schema definition

anyOptional
anyOptional
or
or
Responses
200

successful operation

application/json
post
/projects/{projectId}/sites/{siteId}

Update an existing site

put

Update an existing site

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

Body

Refer to the /schemas/site endpoint for the full JSON Schema definition

anyOptional
anyOptional
or
or
Responses
200

successful operation

application/json
put
/projects/{projectId}/sites/{siteId}

Deletes an existing site

delete

Deletes an existing site

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

Responses
200

successful operation

application/json
Responseobject
delete
/projects/{projectId}/sites/{siteId}