Ejemplo n.º 1
0
 public virtual Task <WebhookEndpoint> UpdateAsync(string endpointId, WebhookEndpointUpdateOptions options, RequestOptions requestOptions = null, CancellationToken cancellationToken = default)
 {
     return(this.UpdateEntityAsync(endpointId, options, requestOptions, cancellationToken));
 }
Ejemplo n.º 2
0
 public virtual WebhookEndpoint Update(string endpointId, WebhookEndpointUpdateOptions options, RequestOptions requestOptions = null)
 {
     return(this.UpdateEntity(endpointId, options, requestOptions));
 }