diff --git a/doc/features/webhooks.en-us.md b/doc/features/webhooks.en-us.md index 2dba7b7f..ecbe13c3 100644 --- a/doc/features/webhooks.en-us.md +++ b/doc/features/webhooks.en-us.md @@ -188,3 +188,7 @@ if (json_last_error() !== JSON_ERROR_NONE) { ``` There is a Test Delivery button in the webhook settings that allows to test the configuration as well as a list of the most Recent Deliveries. + +### Authorization header + +**With 1.19**, Gitea hooks can be configured to send an [authorization header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) to the webhook target.