alerts
Update an alert
Update an alert.
put/v1/chat/alerts/{alert_id}
Path parameters
alert_idstring uuid required
The alert ID
The alert ID
Request body
Example request
{
"query": "I want to be alerted if the president of the US says something about the economy",
"model": "gpt-4o-mini",
"cron": "'0 0 * * *' (daily at midnight UTC)",
"report": {
"model": "gpt-4o"
},
"title": "Alert for US President's statements on the economy"
}Response
Returns alert.
Changes
No recorded changes to this endpoint across all 1 revision of this API.