switchCatalog

abstract suspend fun switchCatalog(catalogId: Long, isEnabled: Boolean)

Makes catalog with catalogId available or not available, depending on the value of the isEnabled parameter.

Throws

When session is not active.