Create
POST
/todo/createCreate a new todo
Request
Body Params application/json
title
string
title
The title of the todo
>= 4 characters<= 30 characters
Example:
Todo title
description
string
description
The description of the todo
>= 4 characters<= 200 characters
content
string
content
The content of the todo
>= 4 characters<= 1000 characters
Example
{
"title": "Todo title",
"description": "string",
"content": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago