Skip to main content

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

StatusDescription
200Settings stored successfully
422Legacy nested settings keys are not accepted
500Error storing settings

Operation ID: store_settings_api_v1_settings_post