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 parameterResponse Body
custom_avatars
required array<object>A list of custom avatar summaries.
custom_avatars[*]
objectA custom avatar summary.
complete
required booleanWhether or not this custom avatar has completely been uploaded.
content_length
required integerUnsigned 64 bit integer.
create_ts
required stringRFC3339 timestamp
display_name
required stringRepresent a resource's readable display name.
upload_id
required stringurl
stringThe URL of this custom avatar image. Only present if upload is complete.