---
title: "Reorder Annotation Templates"
method: POST
path: "/v2/projects/{project_id}/annotation/templates/reorder"
tags: ["annotation"]
---

# Reorder Annotation Templates

`POST /v2/projects/{project_id}/annotation/templates/reorder`

## Path parameters

- `project_id` string, uuid4, required

## Request body

- AnnotationTemplateReorder — Request to re-order the annotation templates of a project. - Expects a list of strings where each string is the ID of a template in the project in the order we want the templates to appear in. - Expects the list to be complete list of all template IDs.
  - `ordering` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/fastapi.md) · [All operations](https://skmtc.net/galileo/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/fastapi/versions/441b96da8c30/schema)
