projects

Updates project with provided id.

patch/companies/{companySlug}/projects/{projectId}

Request body

namestring
descriptionstring
startDatestring date

Start date for the project, inclusive, format yyyy-mm-dd

endDatestring date

End date for the project, inclusive, format yyyy-mm-dd

contactIdinteger
completedboolean

Whether the project is completed or not.

Example request

{
  "startDate": "2018-04-03",
  "endDate": "2018-04-03",
  "contactId": 73408306
}

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.