pub async fn extras_webhooks_update(
configuration: &Configuration,
id: i32,
webhook_request: WebhookRequest,
) -> Result<Webhook, Error<ExtrasWebhooksUpdateError>>Expand description
Put a webhook object.
pub async fn extras_webhooks_update(
configuration: &Configuration,
id: i32,
webhook_request: WebhookRequest,
) -> Result<Webhook, Error<ExtrasWebhooksUpdateError>>Put a webhook object.