Update Npt

Update a Npt

Path parameters

nptIdstringRequiredformat: "uuid"

the id of the npt

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-integration-namestringOptional

The name of the calling system passed along as a header parameter

Request

the fields to update

assigneeslist of stringsOptional

If specified, replaces the list of resources assigned to this npt.

descriptionstringOptional

This field contains the task’s “Note” or “Description”, which is a description of the work to be done to complete the task.

Within the ProjectManager application, you can use this field as follows:

  • When in the Board or List view, click on a task to open the task panel, then edit the “Description” field.
namestringOptional

The common name of this Task.

percentCompleteintegerOptional>=0<=100

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.

plannedFinishDatestringOptionalformat: "date"

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.

plannedStartDatestringOptionalformat: "date"

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.

priorityIdintegerOptional

Return the priority of a task

statusIdstringOptionalformat: "uuid"

The status assigned to this Npt

Response

Success

errorobjectOptional

If the API call failed, this will contain information about the error that occurred.

successbooleanOptional

True if the API call succeeded; false otherwise.

hasErrorbooleanOptional

True if the API call failed.

statusCodeobjectOptional

The HTTP code of the response.

dataobjectOptional

A Npt is a task that does not belong to the project. It is only visible to the person who created it, and the users assigned to it.

NPT’s are a lightweight version of a project task.