Skip to main content
POST
/
history
/
commands
/
repeat-alert
Repeat an alert
curl --request POST \
  --url https://api.example.com/history/commands/repeat-alert \
  --header 'Content-Type: application/json' \
  --data '
{
  "historyItemId": "<string>"
}
'
{}

Body

application/json

Command to repeat an alert

historyItemId
string

ID of the history item

Response

Successfully repeated the alert

The response is of type object.