Security Entity Analytics API
Update an existing watchlist
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/entity_analytics/watchlists/{id}</span></div>Refer to Spaces for more information.
Updates the name, description, risk modifier, or managed status of an existing entity analytics watchlist.
put/api/entity_analytics/watchlists/{id}
Path parameters
idstring required
The ID of the watchlist to update
Request body
Response
Watchlist updated successfully
Example response
{
"createdAt": "2026-01-28T12:00:00.000Z",
"description": "High risk vendor watchlist",
"id": "watchlist-123",
"managed": false,
"name": "High Risk Vendors",
"riskModifier": 1.5,
"updatedAt": "2026-02-18T12:00:00.000Z"
}