v3 API//
- Update labels for an Alert
Create Alert
Get specific Alert by ID
Update specific Alert
Delete specific Alert
Get Alerts Library items
Get Alerts by metric
Search target items (data sources - audits, journeys etc) that may have specified Alert assigned or not assigned
Update target items (data sources) that have specified Alert assigned
Search Alerts for assigning them to other items (audits, WJs etc)
Update Alerts assigned to specified item (audit, journey etc)
Update labels for an Aler...
PUT /v3/alerts/{alertId}/labels
Security
API_Key
PUT
curl -i -X PUT \
'https://api.observepoint.com/v3/alerts/{alertId}/labels' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"labels": [
223
]
}'