Skip to main content
PUT
Update Task

Authorizations

X-Api-Key
string
header
required

Path Parameters

task_id
string
required

Task ID

Example:

"ev:3000010034"

Body

application/json
name
string
Example:

"Task Name"

section
integer

Section ID

Example:

1234

labels
string[]
Example:
status
enum<string>
Available options:
open,
closed
Example:

"open"

color
string

Label color, max 15 chars.

Example:

"#fdb301"

dueOn
string

Due date, format Y-m-d. Send "" to clear.

Example:

"2018-03-05"

startOn
string

Start date, format Y-m-d. Send "" to clear.

Example:

"2018-03-01"

description
string

Plain-text description, max 2000 chars.

assignees
object[]

Task assignees.

tags
integer[]

Tag IDs, max 10.

fields
object[]

Custom field values.

cover
object

Response

OK

id
string
required
Example:

"ev:9876543210"

name
string
required
Example:

"Task Name"

projects
string[]
required

List of projects ID

Example:
section
number | null

Section ID

Example:

1234

labels
string[]
Example:
position
number
Example:

1

description
string | null
dueAt
string | null

Format: Y-m-d H:i:s

Example:

"2018-03-05 16:00:00"

status
enum<string>
Available options:
open,
closed
Example:

"open"

time
object
estimate
object
attributes
object

Custom attributes from integration

Example:
metrics
object

Custom metrics from integration

Example:
unbillable
boolean