---
title: "Atualizar informações de um grupo de projetos"
method: PUT
path: "/api/management/project-groups/{project_group}"
tags: ["project-groups"]
---

# Atualizar informações de um grupo de projetos

`PUT /api/management/project-groups/{project_group}`

Renomeia um grupo de projetos. O nome é obrigatório e não pode conter HTML; os projetos associados e a ordem deles permanecem como estavam.

## Request body

- object
  - `name` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `project_group` object
    - `id` string
    - `name` string

## Other responses

- `404` — Grupo não encontrado
- `422` — Erro de validação

## Changes

- **2026-09-18** `0abcbb399fb0` — 3 info
  - 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`
- **2026-09-18** `626cc36dd5e6` — 1 info
  - added optional request body

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-groups/:project_group/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)
