switchCatalogs

abstract suspend fun switchCatalogs(catalogIds: Set<Long>, isEnabled: Boolean)

Makes catalogs with catalogIds available or not available, depending on the value of the isEnabled parameter.

Throws

When session is not active.