Skip to main content
POST
/
task
cURL
curl --request POST \
  --url https://api.example.com/task \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "tag": "<string>"
}
'
{
  "name": "<string>",
  "id": 123,
  "tag": "<string>"
}

Body

application/json

Task to add to the list

name
string
required
tag
string

Response

Success

name
string
required
id
integer<int64>
required
tag
string