---
title: "Reorder Assets"
method: PUT
path: "/api/v1/assets/properties/{property_id}/order"
tags: ["Assets"]
---

# Reorder Assets

`PUT /api/v1/assets/properties/{property_id}/order`

Set the property's gallery order. `ordered_ids` is the FULL sequence the
operator arranged (first = hero cover); each id is reindexed to its position.
The payload must list exactly the property's assets — once, each — so a
reorder can never leave an omitted asset stranded at a colliding position or
double-index a duplicate. Anything else is a 404, not a silent partial
reorder.

## Path parameters

- `property_id` string, uuid, required

## Request body

- AssetReorder — New gallery order — asset ids in the sequence they should appear. The first id is the hero cover. Ids are reindexed to 0,1,2… by position.
  - `ordered_ids` string[], required

## Response `200`

Successful Response

- AssetRead[]
  - `id` string, uuid, required
  - `property_id` string, uuid, required
  - `kind` 'IMAGE' | 'DESIGN_PDF', required
  - `s3_key` string, required
  - `public_url` string, nullable, required
  - `content_type` string, required
  - `filename` string, required
  - `file_size` integer, nullable, required
  - `alt_text` string, nullable, required
  - `source_url` string, nullable, required
  - `tags` string[], required
  - `content_page_id` string, uuid, nullable, required
  - `display_order` integer, required
  - `in_gallery` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/assets/properties/:property_id/order/put.md)

---

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