---
title: "PUT /organization/settings"
method: PUT
path: "/organization/settings"
tags: ["Organization Settings"]
---

# PUT /organization/settings

`PUT /organization/settings`

## Request body

- ApiUpdateOrganizationSettingsRequest
  - `fee_distribution_key` string, nullable — Fee distribution key for the organization
  - `tags` string[], nullable — Tags for the organization

## Response `200`

Organization settings updated successfully

- ApiOrganizationSettingsResponse
  - `settings` ApiOrganizationSettings, required
    - `fee_distribution_key` string, required — Fee distribution key for the organization
    - `organization_id` string, required — Organization ID
    - `tags` string[], required — Tags for the organization

## Other responses

- `400` — Invalid request
- `403` — Organization access denied
- `500` — Internal server error

---

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