Skip to main content

patch_webhook

Function patch_webhook 

Source
pub async fn patch_webhook(
    configuration: &Configuration,
    repo_ref: &str,
    webhook_identifier: &str,
    webhook_patch_input: WebhookPatchInput,
) -> Result<WebhookModel, Error<PatchWebhookError>>