Function update_outgoing_webhook

Source
pub async fn update_outgoing_webhook(
    configuration: &Configuration,
    hook_id: &str,
    update_outgoing_webhook_request: UpdateOutgoingWebhookRequest,
) -> Result<OutgoingWebhook, Error<UpdateOutgoingWebhookError>>
Expand description

Update an outgoing webhook given the hook id. ##### Permissions manage_webhooks for system or manage_webhooks for the specific team or manage_webhooks for the channel.