GET /api/v1/settings/interaction-store
Returns the current interaction store backend setting for the tenant.
Response
Roles
admin only
PUT /api/v1/settings/interaction-store
Update the interaction store backend. This changes the storage engine used for new interaction history writes.
Request Body
Backend Options
Example
Response
Error Codes
Changing the backend does not migrate existing data. Historical interactions remain in the previous backend. Plan a data migration separately when switching backends in production.
Roles
admin only
See also: Settings | Platform Settings