Skip to main content
PUT
Update Task Billing

Authorizations

X-Api-Key
string
header
required

Path Parameters

task_id
string
required

Task ID

Example:

"ev:3000010034"

Body

application/json
unbillable
boolean

Mark the task as non-billable.

Example:

false

rate
integer

Hourly billable rate in cents. Use -1 to leave the current rate unchanged.

Example:

10000

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