Projects
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
400
Invalid status value
application/json
get
/projectsCreate 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
anyOptional
anyOptional
or
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/projects/{projectId}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
anyOptional
anyOptional
or
Responses
200
successful operation
application/json
400
Invalid status value
application/json
put
/projects/{projectId}