Projects
Available API Paths
/api/projects
The following methods are available for this path:
GET
Returns a list of all available projects the caller owns or is member of.
Responses
Status | Description | Response Content or Scheme |
200 | A list of projects. |
|
401 | Unauthorized request error |
|
403 | Request is not allowed error |
|
404 | Resource is not found error |
|
405 | Method not supported for this resource |
|
500 | Internal server error |
|
/api/projects/{projectId}/settings
The following methods are available for this path:
GET
Returns settings for the project specified by passed id.
Parameters
Name | Location | Type | Description |
---|---|---|---|
projectId | path | string | A project id |
Responses
Status | Description | Response Content or Scheme |
200 | The project settings. |
|
401 | Unauthorized request error |
|
403 | Request is not allowed error |
|
404 | Resource is not found error |
|
405 | Method not supported for this resource |
|
500 | Internal server error |
|