---
title: "PATCH /v1/projects/{id}"
method: PATCH
path: "/v1/projects/{id}"
tags: ["UserService"]
---

# PATCH /v1/projects/{id}

`PATCH /v1/projects/{id}`

Update project properties.

## Path parameters

- `id` string, required

## Request body

- UpdateProjectRequest
  - `id` string
  - `name` string
  - `icon` string
  - `desc` string
  - `owner` string
  - `status` integer

## Response `200`

OK

- UpdateProjectResponse
  - `item` Project
    - `timestamps` Timestamps
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `deleted_at` string, date-time
    - `properties` ProjectProperty
      - `id` string
      - `name` string
      - `icon` string
      - `desc` string
      - `owner` string
      - `status` integer

## Other responses

- `default` — Default error response

---

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