---
title: "PATCH /companies/{companySlug}/projects/{projectId}"
method: PATCH
path: "/companies/{companySlug}/projects/{projectId}"
tags: ["projects"]
---

# PATCH /companies/{companySlug}/projects/{projectId}

`PATCH /companies/{companySlug}/projects/{projectId}`

Updates project with provided id.

## Request body

- UpdateProjectRequest
  - `name` string
  - `description` string
  - `startDate` string, date — Start date for the project, inclusive, format yyyy-mm-dd
  - `endDate` string, date — End date for the project, inclusive, format yyyy-mm-dd
  - `contactId` integer
  - `completed` boolean — Whether the project is completed or not.

## Response `201`

Created

---

[API](https://skmtc.dev/fiken/apis/fiken-api.md) · [All operations](https://skmtc.dev/fiken/apis/fiken-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiken/fiken-api/revisions/2473dacdb89c/schema)
