setStorageItems

Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.

Official doc

Note: this function uses an input class, and constructing this class manually may lead to incompatibilities if the class's constructor arguments change in the future. For maximum compatibility, it is advised to use the overload of this function that directly takes the mandatory parameters as arguments, and the optional ones from a configuration lambda.


suspend fun setStorageItems(id: String, storageArea: StorageArea, values: JsonObject): SetStorageItemsResponse

Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.

Official doc

Parameters

id

ID of extension.

storageArea

StorageArea to set data in.

values

Values to set.