Update Task by ID

This operation updates a task by ID according to the specified request payload.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to make a post.
  • The user must have content creation permission, which is granted by a Talk administrator.
Path Params
string
required

The task ID.

Body Params

The Update Task by ID request payload.

string

The title of the task.

string

The description of the task.

number

The step state, which represents where the user ended their last editing session.

assignees

A list of person IDs or person numbers of assignees. You must specify personId or personNumber, but not both. Required when draft is false. Optional when draft is true.

date-time

The due date and time of task.

boolean

A boolean indicator of whether or not a checklist is required for a task.

checklists
array of objects

A list of checklist items.

checklists
boolean

A boolean indicator of whether or not a checklist is included for a task.

number
enum

A task reminder specified in seconds that represent 1,000 hours or 1,000 days before a due date.

Allowed:
boolean

A boolean indicator of whether or not a task is in Draft mode.

boolean

A boolean indicator of whether or not an Attachment is required for a task.

taskAttachments
array of objects
taskAttachments
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json