Update Task

Update a task by providing an existing task ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32
required

Task ID

string
required

Task title

Important: The maximum length that the title can have is 50 characters.

string

Task description

reply
object
string

Task Location time zone

Important:

The Zenput server would require the time_zone to match the format of the TZ column data found at the table of tz database time zones.

The Zenput server can only consider the time_zone if and only if date_start and date_due have values, and date_start_naive and date_due_naive do not.

project
object
account
object
reporter
object
assignee
object
string

Task —UTC— starting date

Important:

The Zenput server would require values for either one —only one— of the following two pairs of parameters to be able to provide a response:

- date_start and date_due
- date_start_naive and date_due_naive.

The Zenput server would require the date_start to match any format supported by the python-dateutil. (For example, a date that matches a YYYY-MM-DD mask, such as 2021-05-01.)

string

Task —UTC— due date

Important:

The Zenput server would require values for either one —only one— of the following two pairs of parameters to be able to provide a response:

- date_start and date_due
- date_start_naive and date_due_naive.

The Zenput server would require the date_due to match any format supported by the python-dateutil. (For example, a date that matches a YYYY-MM-DD mask, such as 2021-05-01.)

string

Task —local— starting date

Important:

The Zenput server would require values for either one —only one— of the following two pairs of parameters to be able to provide a response:

- date_start and date_due
- date_start_naive and date_due_naive.

The Zenput server would require the date_start_naive to match any format supported by the python-dateutil. (For example, a date that matches a YYYY-MM-DD mask, such as 2021-05-01.)

string

Task —local— due date

Important:

The Zenput server would require values for either one —only one— of the following two pairs of parameters to be able to provide a response:

- date_start and date_due
- date_start_naive and date_due_naive.

The Zenput server would require the date_due_naive to match any format supported by the python-dateutil. (For example, a date that matches a YYYY-MM-DD mask, such as 2021-05-01.)

followers
array of objects

Task followers

followers
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json