pub async fn extras_webhooks_bulk_partial_update(
configuration: &Configuration,
webhook_request: Vec<WebhookRequest>,
) -> Result<Vec<Webhook>, Error<ExtrasWebhooksBulkPartialUpdateError>>Expand description
Patch a list of webhook objects.
pub async fn extras_webhooks_bulk_partial_update(
configuration: &Configuration,
webhook_request: Vec<WebhookRequest>,
) -> Result<Vec<Webhook>, Error<ExtrasWebhooksBulkPartialUpdateError>>Patch a list of webhook objects.