---
title: "PUT /api/v1/projects/{id}"
method: PUT
path: "/api/v1/projects/{id}"
tags: ["project"]
---

# PUT /api/v1/projects/{id}

`PUT /api/v1/projects/{id}`

## Path parameters

- `id` string, required

## Request body

- ProjectUpdateProjectRequestBody
  - `allow_same_ip` boolean
  - `description` string
  - `enable_filter` boolean
  - `end_time` string, required
  - `hide_from_explore` boolean
  - `minimum_trust_level` 0 | 1 | 2 | 3 | 4
  - `name` string, required
  - `price` number
  - `project_items` string[]
  - `project_tags` string[]
  - `risk_level` integer
  - `start_time` string, required

## Response `200`

OK

- ProjectProjectResponse
  - `data` unknown
  - `error_msg` string

## Changes

- **2025-06-07** `9717e3d1c990` — 1 info
  - endpoint added
- **2025-06-01** `3ead7a21ae41` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/projects/:id/put.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-cdk.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-cdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-cdk/revisions/bfcaf861199c/schema)
