Skip to content

Update labels for an Alert

Request

PUT /v3/alerts/{alertId}/labels
Security
API_Key
Path
alertIdinteger, (int64)required
Bodyapplication/json
labelsArray of integers
PUT
/v3/alerts/{alertId}/labels
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
    ]
  }'

Responses

alert labels updated successfully

Response
No content