Update SAI settings
PATCH/api/v1/sai/settings
Updates the SAI assistant settings for your business, creating them if none exist yet. Accepts only preferredLanguage, preferredDateFormat, customInstructions, and upsellInstructions; the first three are required and upsellInstructions is optional. customSources cannot be updated through this endpoint — manage custom sources in the Admin Dashboard. Fetch the current values with GET /api/v1/sai/settings.
Request
Responses
- 200
- 400
- 401
- 500
SAI settings updated successfully
Validation failed
Business session is required
Internal server error