---
title: "Update organization properties"
method: PATCH
path: "/properties"
---

# Update organization properties

`PATCH /properties`

Update one or more configurable properties for your organization. Only public (user-configurable) properties can be modified via this endpoint. Properties are validated against their schema and constraints before being applied. Returns the complete property schema including metadata for all properties.

## Request body

- object
  - `defaultRegion` string — Default region for new service deployments. Must be one of the [available regions](/pipecat-cloud/rest-reference/endpoint/regions-list) for your organization.

## Response `200`

Properties successfully updated

- object
  - `properties` object

## Other responses

- `400` — Bad request - Invalid property name, value, or validation error
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
