Skip to content
Prof. Leon Blog
Main Navigation
Home
About
Content
Desenvolvimento Web
Virtualização
Sistemas Distribuídos
APIs e Microsserviços
LaTeX
Appearance
Menu
Return to top
Criar tarefa
POST
/tarefas
Cria uma nova tarefa.
Request Body
application/json
Schema
JSON
JSON
{
"titulo"
:
"Estudar Node.js"
,
"concluida"
:
false
}
Responses
201
400
Tarefa criada
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
1
,
"titulo"
:
"Estudar Node.js"
,
"concluida"
:
false
}
POST
/tarefas
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI