diff --git a/content/_components/webhook/index.md b/content/_components/webhook/index.md index b800aa20..11784d82 100644 --- a/content/_components/webhook/index.md +++ b/content/_components/webhook/index.md @@ -31,10 +31,9 @@ Webhook component supports the following authorisation types: For both cases of HMAC authentication it is possible to specify the fields: 1. **Header Name** - responsible for the Header title passing the request signature. - 2. **HMAC verification shared secret** - responsible for the encryption secret key. - ![HMAC-credentials-settings](img/HMAC-credentials-settings.png). If it's not specified - default `x-eio-signature` will be used. + 2. **HMAC verification shared secret** - responsible for the encryption secret key. If it's not specified - default `x-eio-signature` will be used. - + ![HMAC-credentials-settings](img/HMAC-credentials-settings.png) ## Technical Notes