Skip to main content
PATCH
Update planner item

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.

Path Parameters

id
string<uuid>
required

Planner item ID

Body

application/json
title
string

Item title

Required string length: 1 - 255
description
string | null

Item description (null to clear)

Maximum string length: 10000
companyId
string<uuid> | null

Company ID (null to clear)

typeId
string<uuid> | null

Planner item type ID (null to clear)

status
enum<string>

Status

Available options:
In Progress,
Not Started,
Completed,
On Hold,
Cancelled,
Pending Approval
businessValue
enum<string>

Business value

Available options:
High,
Medium,
Low
hours
number

Estimated hours

Required range: x >= 0
costEstimate
number

Cost estimate

Required range: x >= 0
probability
number

Completion probability

Required range: 0 <= x <= 100
startDate
string<date-time> | null

Start date (null to clear)

dueDate
string<date-time> | null

Due date (null to clear)

endDate
string<date-time> | null

End date (null to clear)

publicNotes
string | null

Public notes (null to clear)

Maximum string length: 10000
privateNotes
string | null

Private notes (null to clear)

Maximum string length: 10000
isArchived
boolean

Whether the item is archived

Response

Planner item updated successfully

data
object
required