updatePartial
fun updatePartial(set: Map<String, Any> = emptyMap(), unset: List<String> = emptyList()): Call<Channel>
Updates specific fields of channel data retaining the custom data fields which were set previously.
Parameters
set
The key-value data which will be added to the existing channel data object.
unset
The list of fields which will be removed from the existing channel data object.