games.gameBannerUploadPrepare
Description
Prepares a game banner image upload.
Code Examples
Request Parameters
game_id
required path parameter
Request Body
path
stringThe path/filename of the game banner.
mime
stringThe MIME type of the game banner.
content_length
numberUnsigned 64 bit integer.
Response Body
upload_id
stringpresigned_request
objectA presigned request used to upload files. Upload your file to the given URL via a PUT request.
presigned_request.path
stringThe name of the file to upload. This is the same as the one given in the upload prepare file.
presigned_request.url
stringThe URL of the presigned request for which to upload your file to.
presigned_request.byte_offset
numberThe byte offset for this multipart chunk. Always 0 if not a multipart upload.
presigned_request.content_length
numberExpected size of this upload.