---
title: "Orders the specified image Ids for the game thumbnails."
method: POST
path: "/v1/game-thumbnails/games/{gameId}/language-codes/{languageCode}/images/order"
tags: ["Localization", "Thumbnails", "Universes"]
---

# Orders the specified image Ids for the game thumbnails.

`POST /v1/game-thumbnails/games/{gameId}/language-codes/{languageCode}/images/order`

## Path parameters

- `gameId` integer, required
- `languageCode` string, required

## Request body

- RobloxGameInternationalizationApiSortImageIdsRequest — A request model for sorting of image Ids for game thumbnails
  - `mediaAssetIds` integer[] — List of thumbnail ids in desired order.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 14: Invalid game id 22: Invalid language code 26: You can't update translations for source language 53: Language is not supported for the game.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 18: You do not have permission to manage this game
- `503` — 17: Feature is disabled

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ce82f06a4ba6/schema)
