Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Update Compliance Settings changed

api/beta/organization/compliance_settings/update

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+11added
Lines−6removed
From line 1 where the diff opens
First seen 1 Sep 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Update Compliance Settings
3url: https://platform.claude.com/docs/en/api/beta/organization/compliance_settings/update
4---
5 
16# Update Compliance Settings
27 
38**POST** `/v1/organizations/compliance_settings`
from line 24
1924 
2025## Body parameters
2126 
22- `state: BetaComplianceSettingsStateEnabledParam or BetaComplianceSettingsStateDisabledParam`
27- `state: BetaComplianceSettingsStateParam`
2328 
2429 Desired state. Accepts the string shorthand "enabled" or "disabled" in place of the object form; the response always returns the canonical object form.
2530 
from line 40
3540 
3641- `BetaComplianceSettings object`
3742 
38 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
43 - `type: "compliance_settings"`
3944 
45 default: compliance_settings
46 
47 - `state: BetaComplianceSettingsState`
48 
4049 Whether the Compliance API is enabled for this organization.
4150 
4251 - `BetaComplianceSettingsStateEnabled object`
from line 59
5059 - `type: "disabled"`
5160 
5261 default: disabled
53 
54 - `type: "compliance_settings"`
55 
56 default: compliance_settings
5762 
5863## Example
5964