---
title: "Update project settings"
method: PUT
path: "/api/v1/project/{projectid}/settings"
tags: ["Project Settings"]
---

# Update project settings

`PUT /api/v1/project/{projectid}/settings`

Create or update the settings for a project.

## Path parameters

- `projectid` string, required

## Request body

- DtoUpsertProjectSettingsRequest
  - `id` integer
  - `project_id` string, required
  - `webhook_alert_url` string

## Response `200`

Project Settings updated successfully

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `413` — payload too large
- `500` — failed to update project settings

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/versions/f1bcf21b1556/schema)
