diff --git a/docs/content/en/open_source/notification_webhooks/how_to.md b/docs/content/en/open_source/notification_webhooks/how_to.md index aa1b12a8f9..d8bb9311ca 100644 --- a/docs/content/en/open_source/notification_webhooks/how_to.md +++ b/docs/content/en/open_source/notification_webhooks/how_to.md @@ -10,7 +10,7 @@ Webhooks are HTTP requests coming from the DefectDojo instance towards a user-de It is not unusual that in some cases a webhook can not be delivered. It is usually connected to network issues, server misconfiguration, or running upgrades on the server. DefectDojo needs to react to these outages. It might temporarily or permanently disable related endpoints. The following graph shows how it might change the status of the webhook definition based on HTTP responses (or manual user interaction). -```mermaid +```kroki {type=mermaid} flowchart TD START{{Endpoint created}}