Store settings
POST /api/v1/settings
Store user settings. Accepts a partial payload and deep-merges agent_settings_diff and conversation_settings_diff with the existing persisted values so that saving one settings page never overwrites fields owned by another. Returns: 200: Settings stored successfully 422: Legacy nested settings keys are rejected 500: Error storing settings
Responses
| Status | Description |
|---|---|
200 | Settings stored successfully |
422 | Legacy nested settings keys are not accepted |
500 | Error storing settings |
Operation ID: store_settings_api_v1_settings_post