Game image manager inventory (0.1.0)
Download OpenAPI specification:Download
ListGameImages
Authorizations:
OAuth2
query Parameters
project_id required | string project_id - The project to filter the results by. |
Responses
Response samples
- 200
- 404
- default
Content type
application/json
{- "items": [
- {
- "id": "string",
- "project_id": "string",
- "create_time": "2019-08-24T14:15:22Z",
- "description": "string",
- "version": "string",
- "image_url": "string",
- "status": "UNKNOWN",
- "size": "string",
- "name": "string"
}
]
}
Response samples
- 200
- 404
- default
Content type
application/json
{- "id": "string",
- "project_id": "string",
- "create_time": "2019-08-24T14:15:22Z",
- "description": "string",
- "version": "string",
- "image_url": "string",
- "status": "UNKNOWN",
- "size": "string",
- "name": "string"
}