---
title: "Reordenar funis de projeto"
method: POST
path: "/api/management/project-funnels/reorder"
tags: ["project-funnels", "Funis"]
---

# Reordenar funis de projeto

`POST /api/management/project-funnels/reorder`

Define a ordem de exibição dos funis da conta. A posição de cada funil é a posição dele no array enviado — o primeiro ID vira o primeiro funil da lista. Funis arquivados também podem ser reordenados. A ordem vale para toda a conta, não por usuário.

## Request body

- object
  - `project_funnel_ids` integer[], required — IDs dos funis na ordem desejada. Obrigatório.

## Response `200`

Sucesso

- object
  - `response` boolean, required — Sempre true quando a operação é concluída.

## Other responses

- `422` — Validação falhou

## Changes

- **2026-08-24** `3c590152d5b5` — 2 breaking, 1 warning, 5 info
  - the request property `project_funnel_ids` became required
  - the `project_funnel_ids/items/` request property type changed from no type to `integer`
  - removed the optional property `validation/project_funnel_ids` from the response with the `422` status
  - the response property `error` became required for the status `422`
  - …4 more
- **2026-08-19** `159cf36842c5` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `422`
- **2026-08-19** `f521a8dfa4f7` — 1 info
  - added optional request body
- **2026-08-19** `f3efb100a3fc` — 2 info
  - api tag `Funis` added
  - api tag `{project_funnel_id}` removed

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-funnels/reorder/post.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
