---
title: "Reorder Children"
method: PATCH
path: "/artifacts/{artifact_id}/children/order"
tags: ["Artifacts"]
---

# Reorder Children

`PATCH /artifacts/{artifact_id}/children/order`

Reorder children of any artifact (any container).

## Path parameters

- `artifact_id` string, required

## Request body

- ReorderRequest — Reorder artifacts in a workspace.
  - `ordered_ids` string[], required
  - `order_version` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/versions/187bad270c94/schema)
