---
title: "Criar checklist avulso no projeto"
method: POST
path: "/api/management/projects/{project}/loose-checklist"
tags: ["projects", "{id}", "loose-checklist"]
---

# Criar checklist avulso no projeto

`POST /api/management/projects/{project}/loose-checklist`

Cria um novo item de checklist avulso no projeto. O item entra no fim da lista — a posição é atribuída automaticamente pelo servidor.

## Headers

- `Authorization` string

## Request body

- object
  - `name` string, required — Texto do checklist. Não aceita HTML.
  - `author_id` string, uuid — UUID do responsável atribuído ao item (assignee). Aceita apenas usuários do mesmo tenant.
  - `checked_by_id` string, uuid — UUID do usuário que marcou como concluído. Aceita apenas usuários do mesmo tenant.

## Response `200`

Sucesso

- object
  - `response` boolean

## Changes

- **2026-05-14** `13da3bab404c` — 2 breaking
  - the request property `author_id` became not nullable
  - the request property `checked_by_id` became not nullable
- **2026-05-14** `a58fd7918b21` — 3 breaking, 1 warning
  - the request property `name` became required
  - the `author_id` request property type changed from no type to `string`, and format from no format to `uuid`
  - the `checked_by_id` request property type changed from no type to `string`, and format from no format to `uuid`
  - the `name` request property's maxLength was set to `255`
- **2026-05-14** `24b48aeb867c` — 2 info
  - added the new optional request property `author_id`
  - added the new optional request property `checked_by_id`
- **2026-05-14** `5c2d8653223e` — 2 info
  - added the new optional `header` request parameter `Authorization`
  - added optional request body
- **2026-05-14** `10ead49f16cb` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:project/loose-checklist/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/a36725399466?raw)
