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