v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Projects

Update a project

Updates a project.

put/projects/{id}

Path parameters

idinteger required

The ID of the project

Request body

titlestring

The title of the project

board_idnumber

The ID of the board this project is associated with

phase_idnumber

The ID of the phase this project is associated with

descriptionstring

The description of the project

statusstring

The status of the project

owner_idnumber

The ID of a project owner

start_datestring date

The start date of the project. Format: YYYY-MM-DD.

end_datestring date

The end date of the project. Format: YYYY-MM-DD.

deal_idsinteger[]

An array of IDs of the deals this project is associated with

org_idnumber

The ID of the organization this project is associated with

person_idnumber

The ID of the person this project is associated with

labelsinteger[]

An array of IDs of the labels this project has

health_statusinteger nullable

The health status of the project

Response

Updated project.

successboolean
additional_dataobject nullable