fix(alerting): Ensure that alerting.incident-io.url has the correct prefix (#1034)

* fix(alerting): Ensure that alerting.incident-io.url has the correct prefix

* Fix test
This commit is contained in:
TwiN
2025-03-17 19:41:50 -04:00
committed by GitHub
parent 43b0772e7d
commit 46499e13a0
3 changed files with 40 additions and 27 deletions

View File

@ -942,7 +942,7 @@ endpoints:
```
In order to get the required alert source config id and authentication token, you must configure an HTTP alert source.
> **_NOTE:_** the source config id is of the form `api.incident.io/v2/alert_events/http/$ID` and the token is expected to be passed as a bearer token like so: `Authorization: Bearer $TOKEN`
> **_NOTE:_** the source config id is of the form `https://api.incident.io/v2/alert_events/http/$ID` and the token is expected to be passed as a bearer token like so: `Authorization: Bearer $TOKEN`
#### Configuring JetBrains Space alerts