games.avatars.listGameCustomAvatars
Description
Lists custom avatars for the given game.
Code Examples
Request
GET
https://api.rivet.gg/cloud/games/{game_id}/avatarscurl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/avatars'
Request Parameters
game_id
required path parameter
Response Body
custom_avatars
required array<object>
A list of custom avatar summaries.
custom_avatars[*]
object
A custom avatar summary.
complete
required boolean
Whether or not this custom avatar has completely been uploaded.
content_length
required integer
Unsigned 64 bit integer.
create_ts
required string
RFC3339 timestamp
display_name
required string
Represent a resource's readable display name.
upload_id
required string
url
string
The URL of this custom avatar image. Only present if upload is complete.