---
title: "Update a project"
method: PUT
path: "/projects/{project_id}"
tags: ["Management"]
---

# Update a project

`PUT /projects/{project_id}`

Update project settings

## Path parameters

- `project_id` integer, required

## Request body

- Project
  - `id` integer
  - `name` string
  - `webhooks` object
  - `branches` object[]

## Response `200`

Successfully

- Project
  - `id` integer
  - `name` string
  - `webhooks` object
  - `branches` object[]

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
