Skip to main content

update_webhook

Function update_webhook 

Source
pub async fn update_webhook(
    pool: &PgPool,
    id: WebhookId,
    name: Option<String>,
    description: Option<Option<String>>,
    source_type: Option<String>,
    secret_token: Option<Option<String>>,
    is_active: Option<bool>,
) -> Result<(), Error>
Expand description

Updates an existing webhook configuration.