---
title: "Update an existing item by ID"
method: PUT
path: "/design/projects/{id}"
tags: ["Design - Projects"]
---

# Update an existing item by ID

`PUT /design/projects/{id}`

## Path parameters

- `id` string, required

## Request body

- Project
  - `id` string
  - `userId` string
  - `workspaceId` string
  - `name` string
  - `description` string
  - `type` 'DESIGN' | 'RESULT'
  - `created` string, date-time
  - `lastModified` string, date-time
  - `tags` string[], nullable

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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