---
title: "Update project settings"
method: PATCH
path: "/project-settings"
tags: ["Project Settings"]
---

# Update project settings

`PATCH /project-settings`

Partially updates the project settings. Only provided fields are changed.

## Request body

- V4ProjectSettingsUpdate
  - `project_name` string — New project display name.
  - `proxy_url` string, nullable — Custom proxy URL. Set to null to clear.
  - `rtdn_proxy_url` string, nullable — RTDN proxy URL. Set to null to clear.

## Response `200`

Updated project settings.

- V4ProjectSettings
  - `object` 'project_settings', required
  - `url` string, required
  - `project_name` string, required — Project display name.
  - `access_token` string, required — Project access token.
  - `api_key` string, required — Project API key.
  - `secret_key` string, required — Project secret key.
  - `proxy_url` string, nullable — Custom proxy URL.
  - `rtdn_proxy_url` string, nullable — RTDN proxy URL.

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Project not found
- `415` — Unsupported Content-Type
- `429` — Rate limit exceeded.
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
