v1
latestSwagger 2.02026-07-175445133.1 KBclaude
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"
}