Function update_incoming_webhook

Source
pub async fn update_incoming_webhook(
    configuration: &Configuration,
    hook_id: &str,
    update_incoming_webhook_request: UpdateIncomingWebhookRequest,
) -> Result<IncomingWebhook, Error<UpdateIncomingWebhookError>>
Expand description

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