---
title: "Update_project"
method: POST
path: "/projects/{id}"
tags: ["Projects"]
---

# Update_project

`POST /projects/{id}`

Update project

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — <p>The project name.</p>
  - `starred` boolean — <p>Is the project starred.</p>
  - `industry` string — <p>The industry category.</p>
  - `iconUrl` string — <p>The icon url.</p>
  - `iconFile` string — <p>The icon file name.</p>

## Response `200`

Success-Response:

- object
  - `success` boolean, required

---

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