PUT /projects/{id}

Updates a project.

Servers

Path parameters

Name Type Required Description
id Integer Yes

The ID of the project

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
person_id Number No

The ID of the person this project is associated with

phase_id Number No

The ID of the phase this project is associated with

description String No

The description of the project

start_date String No

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

labels[] Array No

An array of IDs of the labels this project has

end_date String No

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

deal_ids[] Array No

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

title String No

The title of the project

status String No

The status of the project

board_id Number No

The ID of the board this project is associated with

org_id Number No

The ID of the organization this project is associated with

owner_id Number No

The ID of a project owner

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.