---
title: "Atualizar uma área de negócio"
method: PUT
path: "/api/management/business-areas/{business_area}"
tags: ["business-areas"]
---

# Atualizar uma área de negócio

`PUT /api/management/business-areas/{business_area}`

Renomeia uma área de negócio. O identificador efetivamente usado é o `id` enviado no corpo — repita nele o mesmo valor colocado na URL. O novo nome precisa ser único na empresa, considerando também as áreas arquivadas.

## Request body

- object
  - `name` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `business_area` object
    - `id` integer
    - `name` string
    - `order` integer
    - `frame_id` integer

## Other responses

- `404` — Não encontrado
- `422` — Nome já utilizado

## Changes

- **2026-09-22** `b43a04f35145` — 2 warning
  - removed the request property `id`
  - removed the optional property `business_area/deleted_at` from the response with the `200` status
- **2026-09-18** `626cc36dd5e6` — 4 info
  - added optional request body
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/business-areas/:business_area/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.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
