Skip to main content

Game image manager inventory (0.1.0)

Download OpenAPI specification:Download

GameImageInventoryV0

ListGameImages

Authorizations:
OAuth2
query Parameters
project_id
required
string

project_id - The project to filter the results by.

Responses

Response samples

Content type
application/json
{
  • "items": [
    ]
}

GetGameImage

Authorizations:
OAuth2
path Parameters
image_id
required
string

image_id

Responses

Response samples

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"
}

DeleteGameImage

Authorizations:
OAuth2
path Parameters
image_id
required
string

image_id

Responses

Response samples

Content type
application/json
{ }