v1
latestOpenAPI 3.0.32026-07-24434977.4 KBAlerts
Updating an Alert
Updates an existing alert displayed in FlockOS
put/alerts/{alertId}
Path parameters
alertIdstring required
The ID of the alert that will be updated.
Request body
Example request
{
"eventTime": "2023-12-31T23:59:59.999999Z",
"location": {
"latitude": 33.786147,
"longitude": -84.412822,
"address": "1170 Howell Mill Rd NW, Atlanta, GA 30318"
}
}Response
The alert was successfully updated.
Example response
{
"eventTime": "2023-12-31T23:59:59.999999Z",
"location": {
"latitude": 33.786147,
"longitude": -84.412822,
"address": "1170 Howell Mill Rd NW, Atlanta, GA 30318"
}
}