/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
oneloop-hq
Feather API
patch
Update privacy config for organization
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
privacy
Update privacy config for organization
patch
/v1/privacy/config
Request body
PrivacyConfigUpdate
required
pii_scrubbing_enabled
boolean
nullable
scrub_types
string[]
nullable
custom_deny_patterns
CustomDenyPattern[]
nullable
custom_allow_patterns
CustomAllowPattern[]
nullable
score_threshold
number
nullable
audio_scrubbing_enabled
boolean
nullable
audio_retention_policy
'transcript_only'
|
'redacted_audio_retained'
|
'raw'
nullable
audio_redaction_fill
'silence'
|
'tone_1khz'
nullable
supported_languages
string[]
nullable
default_language
string
nullable
language_detection_enabled
boolean
nullable
Response
Successful Response
PrivacyConfigResponse
required
id
string
uuid
required
organization_id
string
uuid
required
pii_scrubbing_enabled
boolean
required
scrub_types
string[]
required
custom_deny_patterns
CustomDenyPattern[]
required
custom_allow_patterns
CustomAllowPattern[]
required
score_threshold
number
required
audio_scrubbing_enabled
boolean
required
audio_retention_policy
string
required
audio_redaction_fill
string
required
supported_languages
string[]
required
default_language
string
required
language_detection_enabled
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required