update
open suspend fun update(eventSubscriptionToken: String, params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): EventSubscription
Update an event subscription.
abstract suspend fun update(params: EventSubscriptionUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): EventSubscription