Create a link between an alert and a site.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/alert-sites
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/alert-sites
curl -i -X PUT \
https://coreapi.hoxton.ai/_mock/v1/alert-sites \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"alertId": "a9367074-b5c3-42c4-9be4-be129f43577e",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1"
}'Response
{ "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e", "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1" }