Update Npt
Updates a Non-Project Task (NPT) by its unique identifier, which is a GUID.
A Non-Project Task (NPT) is an individual element of work that is outside of a project. Many people use NPTs to track personal work or general administrative work. NPTs have nearly all the same features as other tasks, but since they are not part of a project, they can be tracked separately by individuals.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
Headers
Request
The numerical percentage, from 0-100, representing the percentage completion for this Task. Any numbers below zero or above 100 will be clamped to the minimum or maximum value.
This value can be edited manually in the Gantt chart view of the application, or can be selected on the Task Detail page within the Kanban board.
The date when work on this Task is planned to begin.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone.
The date when work on this Task is expected to complete.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone.
The planned duration (in minutes) for this Task. Cannot be negative.
The planned effort (in minutes) for this Task. Cannot be negative.
The actual duration (in minutes) for this Task. Cannot be negative.
Indicates whether this task participates in a recurring series. true if the task is part of a recurrence (series parent when is, or a child otherwise); false if it is a standalone task. When saved as false during an update, the service layer detaches the task from its series, which clears parent/child relationships including and recurringSettings.
Response
True if the API call succeeded; false otherwise.