cURL
curl --request PUT \ --url https://api.tic.io/watchlists/{watchListId}/triggers/{triggerId} \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "destination": "<string>", "destinationType": "webhook" } '
{ "teamWatchListTriggerId": 123, "destination": "<string>", "destinationType": "webhook", "hasBeenValidated": true, "lastMessageSentAtUtc": "2023-11-07T05:31:56Z", "lastUpdatedAtUtc": "2023-11-07T05:31:56Z" }
Updates an existing trigger
Documentation IndexFetch the complete documentation index at: https://docs.tic.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tic.io/llms.txt
Use this file to discover all available pages before exploring further.
The watchlist id
The trigger id
The payload
1
webhook
email
sms
OK