---
title: "Definir modelo de configuração do funil"
method: PUT
path: "/api/management/project-funnels/{project_funnel}"
tags: ["project-funnels", "Funis"]
---

# Definir modelo de configuração do funil

`PUT /api/management/project-funnels/{project_funnel}`

Define qual modelo de configuração de quadro o funil passa a usar. É o único campo que este endpoint altera — o restante da configuração do funil é salvo pelo endpoint de criação/edição. O modelo precisa pertencer ao próprio funil; enviar `null` desfaz a associação. Ver [Configuração do quadro](https://docs.olie.ai/guides/funnels/board-view).

## Request body

- object
  - `funnel_config_template_id` integer, nullable — ID do modelo de configuração de quadro do próprio funil. Nulo desfaz a associação.

## Response `200`

Sucesso

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

## Other responses

- `422` — Modelo de outro funil

## Changes

- **2026-08-24** `3c590152d5b5` — 1 breaking, 1 warning, 6 info
  - the `funnel_config_template_id` request property type changed from `number` to `integer`
  - removed the optional property `validation/funnel_config_template_id` from the response with the `422` status
  - the request property `funnel_config_template_id` became nullable
  - 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** `f3efb100a3fc` — 1 info
  - api tag `Funis` added

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-funnels/:project_funnel/put.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-service-production.skmtc.workers.dev/v1/apis/olie-ai/olie-api/revisions/8c9bac94e5ad/schema)
