---
title: "Partial update project"
method: PATCH
path: "/projects/{id}/"
tags: ["Projects"]
---

# Partial update project

`PATCH /projects/{id}/`

Endpoint for partially updating an existing project.

## Path parameters

- `id` string, required

## Headers

- `X-Wafeq-Idempotency-Key` string

## Request body

- PatchedProject — An entity that can have attachments.
  - `attachments` string[] — The attachments linked to the project.
  - `created_ts` string, date-time — The timestamp in UTC when the project was created
  - `id` string — The unique identifier of the project.
  - `legacy_id` string — [Deprecated] The legacy identifier of the project.
  - `modified_ts` string, date-time — The timestamp in UTC when the project was last modified
  - `name` string — The name of the project.

## Response `200`

- Project — An entity that can have attachments.
  - `attachments` string[] — The attachments linked to the project.
  - `created_ts` string, date-time, required — The timestamp in UTC when the project was created
  - `id` string, required — The unique identifier of the project.
  - `legacy_id` string, required — [Deprecated] The legacy identifier of the project.
  - `modified_ts` string, date-time, required — The timestamp in UTC when the project was last modified
  - `name` string, required — The name of the project.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
