Update Task
Path parameters
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
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 planned duration (in minutes) for this Task. Cannot be negative.
The planned effort (in minutes) for this Task. Cannot be negative.
Response
True if the API call succeeded; false otherwise.