Esempio n. 1
0
 public async Task <InboundChannel> UpdateAsync(string id, InboundChannelUpdateOptions updateOptions, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(await this.UpdateEntityAsync("inbound_channels", updateOptions, requestOptions, cancellationToken));
 }
Esempio n. 2
0
 public InboundChannel Update(string id, InboundChannelUpdateOptions updateOptions, RequestOptions requestOptions = null)
 {
     return(this.UpdateEntity("inbound_channels", updateOptions, requestOptions));
 }