Skip to content

Criar tarefa

POST
/tarefas

Cria uma nova tarefa.

Request Body

application/json
JSON
{
  
"titulo": "Estudar Node.js",
  
"concluida": false
}

Responses

Tarefa criada

application/json
JSON
{
  
"id": 1,
  
"titulo": "Estudar Node.js",
  
"concluida": false
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI