/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1mo ago
View markdown
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
agents
25
analytics
68
ask-feather
7
communication
11
email
7
email-drafts
6
evals
18
extraction-schemas
4
extractions
2
hitl
10
identity
23
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
5
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
10
mcp-chat
2
memory
2
mocks
16
model-router
10
notifications
19
personas
5
policies
22
privacy
6
get
Get privacy config for organization
post
Create privacy config for organization
delete
Delete privacy config (reverts to defaults)
patch
Update privacy config for organization
get
List PII scrub audit events
get
Aggregate PII scrub stats
retention-policies
4
runtime v2
16
scenarios
7
sessions
1
sim_suites
14
simulation_runs
5
sms
3
teams
13
tools
15
voice
18
webhooks
2
workflow-playground
4
workflows
21
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