Commit 32a013bf authored by Kyle Smith's avatar Kyle Smith

Fix typo in generic alerts integration documentation

parent b1545353
...@@ -37,12 +37,12 @@ Example request: ...@@ -37,12 +37,12 @@ Example request:
```sh ```sh
curl --request POST \ curl --request POST \
--data '{"title": "Incident title"}' \ --data '{"title": "Incident title"}' \
--header "Authorization: Bearer <autorization_key>" \ --header "Authorization: Bearer <authorization_key>" \
--header "Content-Type: application/json" \ --header "Content-Type: application/json" \
<url> <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: 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