Update planner item
Planner
Update planner item
Update an existing planner item. Only provided fields will be updated. Set a field to null to clear it (for optional fields).
PATCH
Update planner item
Authorizations
Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.
Path Parameters
Planner item ID
Body
application/json
Item title
Required string length:
1 - 255Item description (null to clear)
Maximum string length:
10000Company ID (null to clear)
Planner item type ID (null to clear)
Status
Available options:
In Progress, Not Started, Completed, On Hold, Cancelled, Pending Approval Business value
Available options:
High, Medium, Low Estimated hours
Required range:
x >= 0Cost estimate
Required range:
x >= 0Completion probability
Required range:
0 <= x <= 100Start date (null to clear)
Due date (null to clear)
End date (null to clear)
Public notes (null to clear)
Maximum string length:
10000Private notes (null to clear)
Maximum string length:
10000Whether the item is archived
Response
Planner item updated successfully