Task

post

Create a new task

Body
namestringRequired
tagstringOptional
Responses
chevron-right
200

Success

application/json
post
/task
get

Return a task based on its ID

Path parameters
idinteger · int64Required

ID of task to get

Responses
chevron-right
200

Success

application/json
get
/task/{id}
delete

Delete a task based on ID supplied in path

Path parameters
idinteger · int64Required

ID of task to delete

Responses
delete
/task/{id}

No content