---
title: "Reorder projects"
method: PUT
path: "/project/reorder"
tags: ["Projects"]
---

# Reorder projects

`PUT /project/reorder`

Set the sidebar order of a workspace's projects. The given positions express relative order only -- the workspace is renumbered to 0..n-1.

## Query parameters

- `workspaceId` string, required

## Request body

- object
  - `projects` object[], required
    - `id` string, required
    - `position` integer, required

## Response `200`

The reordered projects

- Project[]
  - `id` string, required
  - `workspaceId` string, required
  - `slug` string, required — Short prefix used in task identifiers, e.g. KAN-12.
  - `icon` string, nullable, required
  - `name` string, required
  - `description` string, nullable, required
  - `createdAt` string, date-time, required
  - `isPublic` boolean, nullable, required — When true the project's board is readable without signing in, via /api/public-project/{id}.
  - `archivedAt` string, date-time, nullable, required — Non-null once archived; archived projects are hidden by default.
  - `position` number, required — Sidebar order, ascending.
  - `lastTaskNumber` number, required — Highest task number issued in this project; the next task gets this plus one.

## Other responses

- `400` — Invalid body, or workspace ID could not be determined
- `401` — Missing or invalid credentials
- `403` — No workspace access, or missing project:update permission

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/project/reorder/put.md)

---

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