Assets

Reorder Assets

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.

put/api/v1/assets/properties/{property_id}/order

Path parameters

property_idstring uuid required

Request body

ordered_idsstring[] required

Response

Successful Response

idstring uuid required
property_idstring uuid required
kind'IMAGE' | 'DESIGN_PDF' required
s3_keystring required
public_urlstring nullable required
content_typestring required
filenamestring required
file_sizeinteger nullable required
alt_textstring nullable required
source_urlstring nullable required
tagsstring[] required
content_page_idstring uuid nullable required
display_orderinteger required
in_galleryboolean required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.