/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 6h ago
View markdown
oneloop-hq
Feather API
patch
Update a webchat widget
5a5597ebb2d6
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
notifications
19
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
tools
17
voice
40
webchat
10
get
List webchat widgets
post
Create a webchat widget
get
Get a webchat widget
delete
Delete a webchat widget
patch
Update a webchat widget
post
Rotate a widget's public embed key
post
Revoke every live session token for a widget
post
Add an allowed embed domain
delete
Remove an allowed embed domain
post
Check a domain's DNS TXT record now
webhooks
2
workflow-playground
4
workflows
22
webchat
Update a webchat widget
patch
/v1/webchat/widgets/{widget_id}
Path parameters
widget_id
string
uuid
required
Request body
WidgetUpdate
required
name
string
nullable
is_enabled
boolean
nullable
agent_id
string
uuid
nullable
team_id
string
uuid
nullable
agent_revision_id
string
uuid
nullable
theme
object
nullable
copy
object
nullable
behavior
object
nullable
limits
object
nullable
Response
Successful Response
WidgetResponse
required
id
string
uuid
required
organization_id
string
uuid
required
name
string
required
is_enabled
boolean
required
agent_id
string
uuid
nullable
required
team_id
string
uuid
nullable
required
agent_revision_id
string
uuid
nullable
required
public_key
string
required
kill_epoch
integer
required
theme
object
required
copy
object
required
behavior
object
required
limits
object
required
created_at
string
date-time
required
updated_at
string
date-time
required
domains
DomainResponse[]