Skip to content

Update target items (data sources) that have specified Alert assigned

Request

PATCH /v3/alerts/{alertId}/target-items
Security
API_Key
Path
alertIdinteger, (int64)required
Bodyapplication/json
assignmentUpdatesArray of objectsrequired
PATCH
/v3/alerts/{alertId}/target-items
curl -i -X PATCH \
  'https://api.observepoint.com/v3/alerts/{alertId}/target-items' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "assignmentUpdates": [
      {
        "scope": "SINGLE_ITEM",
        "itemType": "AUDIT",
        "itemId": 0,
        "operation": "ASSIGN"
      }
    ]
  }'

Responses

Updated successfully

Response
No content