v1

latestOpenAPI 3.0.02026-07-263403911.5 MB
Tasks

Replace task

Replace an existing task.

put/v1/Tasks/{id}

Path parameters

idinteger required

Format - int32. ID of the task to replace.

Request body

task_idinteger

Primary identifier for this task.

subjectstring

Brief explanation of what is to be done.

messagestring

Detailed explanation of what is to be done.

assigned_tointeger

Foreign identifier indicating a user to which this task is assigned.

group_assigned_tointeger

Foreign identifier indicating a group of users to which this task is assigned.

task_step_idinteger

Foreign identifier indicating association with a task step.

task_type_idinteger

Foreign identifier indicating association with a task type.

due_datestring date-time

Date and time this task is due.

due_date_type'SINGLE' | 'RECURRING_DAY' | 'RECURRING_DATE' | 'RECURRING_DAYOFWEEK' | 'RECURRING_DAILY' | 'RECURRING_HOURLY'

The type of due date. RECURRING_HOURLY - Hourly, RECURRING_DAILY - Daily, RECURRING_DAYOFWEEK - Weekly, RECURRING_DATE - Yearly, RECURRING_DAY - Monthly

remindme_incrementinteger

The interval in which reminder is set to be sent.

remindme_unit'Min' | 'Hr'

The measure or unit in which the reminder is set to be sent.

Response

OK

okboolean