GetSolutionsOfProject
VCS-proj-0077 Get solutions of a project
Path Parameters
- project_id integer required
Project ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- solutions integer[]
{
"solutions": [
0
]
}
request is unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "Your request is unauthorized"
}
do not have permission to perform this action
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "40301: You do not have permission to perform this action."
}
Project not found
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "40401: Project {project_id} not found"
}
Internal Server Error
Loading...