cURL
curl --request PUT \ --url https://lens-api.tic.io/watchlists/{id} \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "watchListName": "<string>", "watchListDescription": "<string>" } '
{ "teamWatchListId": 123, "watchListGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "watchListName": "<string>", "watchListDescription": "<string>", "numberOfCompanies": 123, "numberOfPersons": 123, "numberOfAddresses": 123, "numberOfProperties": 123, "numberOfVehicles": 123, "numberOfNotifications": 123, "numberOfSubscriptions": 123, "numberOfUnacknowledgedEvents": 123 }
Updates the name and description of a watchlist. Returns the updated list with refreshed member/trigger/subscription counts.
Watchlist GUID
1 - 200
1000
Watchlist updated