---
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[]

## Changes

- **2021-01-31** `ecd12e02213d` — 2 info
  - added optional request body
  - added the media type `application/json` for the response with the status `200`
- **2021-01-31** `6dffc3a4de00` — 2 breaking
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/projects/:project_id/put.md)

---

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