---
title: "PATCH /api/v1/orgs/{org_uuid}/visibility/settings"
method: PATCH
path: "/api/v1/orgs/{org_uuid}/visibility/settings"
tags: ["visibility"]
---

# PATCH /api/v1/orgs/{org_uuid}/visibility/settings

`PATCH /api/v1/orgs/{org_uuid}/visibility/settings`

## Path parameters

- `org_uuid` string, uuid, required

## Request body

- UpdateVisibilitySettingsRequest
  - `enabled` boolean, required

## Response `200`

Settings

- VisibilitySettings
  - `visibility_enabled` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict

## Changes

- **2026-08-25** `55772030ddd3` — 15 breaking, 15 warning
  - the response property `detail` became nullable for the status `400`
  - the response property `detail` became nullable for the status `401`
  - the response property `detail` became nullable for the status `403`
  - the response property `detail` became nullable for the status `404`
  - …26 more
- **2026-08-19** `b38f8e603649` — 5 breaking, 20 info
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `403`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `404`
  - …21 more

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/orgs/:org_uuid/visibility/settings/patch.md)

---

[API](https://skmtc.dev/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.dev/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/revisions/55772030ddd3/schema)
