Skip to main content

update_webhook

Function update_webhook 

Source
pub fn update_webhook(
    db: &Database,
    id: i64,
    name: &str,
    url: &str,
    secret: Option<&str>,
    events: &str,
    active: bool,
) -> Result<()>
Expand description

Update an existing webhook.