Commit f3087173 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'kyletsmith-master-patch-21946' into 'master'

Fix typo in generic alerts integration documentation

See merge request gitlab-org/gitlab!19646
parents 254638a5 32a013bf
......@@ -37,12 +37,12 @@ Example request:
```sh
curl --request POST \
--data '{"title": "Incident title"}' \
--header "Authorization: Bearer <autorization_key>" \
--header "Authorization: Bearer <authorization_key>" \
--header "Content-Type: application/json" \
<url>
```
The `<autorization_key>` and `<url>` values can be found when [setting up generic alerts](#setting-up-generic-alerts).
The `<authorization_key>` and `<url>` values can be found when [setting up generic alerts](#setting-up-generic-alerts).
Example payload:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment