---
title: "Reorder Feedback Templates"
method: POST
path: "/v2/projects/{project_id}/feedback/templates/reorder"
tags: ["feedback"]
deprecated: true
---

# Reorder Feedback Templates

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

> **Deprecated.**

## Path parameters

- `project_id` string, uuid4, required

## Request body

- FeedbackTemplateReorder — Request to re-order the feedback 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.dev/galileo/apis/fastapi.md) · [All operations](https://skmtc.dev/galileo/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/fastapi/revisions/441b96da8c30/schema)
