Projects

List the available projects

get

List the available projects, restricted to those the user making the call can access

Authorizations
AuthorizationstringRequired
Query parameters
projectIdsstringOptional

Optional list of comma separated projectIds to restrict the response to

Responses
200

successful operation

application/json
get
/projects

Get project details

get

Gets the details for the specified project

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

Responses
200

successful operation

application/json
get
/projects/{projectId}

Create a new project

post

Create a new project with the specified ID

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

Body

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

anyOptional
anyOptional
or
or
and
anyOptional
anyOptional
or
or
Responses
200

successful operation

application/json
post
/projects/{projectId}

Update an existing project

put

Update an existing project

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

Body

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

anyOptional
anyOptional
or
or
and
anyOptional
anyOptional
or
or
Responses
200

successful operation

application/json
put
/projects/{projectId}

Deletes an existing project

delete

Deletes an existing project

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

Responses
200

successful operation

application/json
Responseobject
delete
/projects/{projectId}