Reorder Scenes
Reorder scenes within a project.
Accepts an ordered list of scene IDs and updates each scene's order_index to match the position in the array.
Args: project_id: Project ID payload: { "scene_ids": ["id1", "id2", ...] } current_user: Authenticated user db: Database session
Returns: Updated scenes with new order indices
put/api/projects/{project_id}/scenes/reorder
Path parameters
project_idstring required
Request body
object required
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.