setStyleImportConfigProperties

open override fun setStyleImportConfigProperties(importId: String, configs: HashMap<String, Value>): Expected<String, None>

Sets style import config. This method can be used to perform batch update for a style import configurations.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

importId

A style import identifier.

configs

A map of style import configurations.