---
title: "Update a project"
method: PUT
path: "/settings"
tags: ["Management"]
---

# Update a project

`PUT /settings`

Update project settings

## Request body

- Settings
  - `general` object
  - `notification` object
  - `monitoring` object

## Response `200`

Successfully

- Settings
  - `general` object
  - `notification` object
  - `monitoring` object

## Changes

- **2021-02-13** `15f690504247` — 2 info
  - added the new optional request property `monitoring`
  - added the optional property `monitoring` to the response with the `200` status
- **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/settings/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/1f2ae877f985/schema)
