claude
Update Claude settings
Updates Claude Code configuration settings (theme and notifications)
put/v1/claude/settings
Request body
Example request
{
"notificationsEnabled": true,
"theme": "dark"
}Response
OK
Example response
{
"hasCompletedOnboarding": true,
"isAuthenticated": true,
"notificationsEnabled": true,
"numStartups": 15,
"theme": "dark",
"version": "1.2.3"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲