POST v1/gameTypes/{id}/upload-screenShot

Upload a Screen Shot to a Game Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Created Status on successful upload.

ThemeImagePostResponse
NameDescriptionTypeAdditional information
Url

string

None.

Response Codes

  • 200 OK: Screen Shot successfully uploaded.
  • 400 BadRequest: Data validation failed, see the response body for more information.
  • 401 Unauthorized:
  • 500 InternalServerError:

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1"
}

text/html

Sample:
{"Url":"sample string 1"}

application/xml, text/xml

Sample:
<ThemeImagePostResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.Games.Api.Contracts.v1.Responses">
  <Url>sample string 1</Url>
</ThemeImagePostResponse>