Skip to main content

Add an task item

POST 

/task

Add a new task item.

Request

Body

required

The task item to add.

    body byterequired

    Base64-encoded representation of the body of the task item.

Responses

The task item was added successfully.

Schema

    id uint64

    Unique identifier of the task item.

Loading...