v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update Wildmoka Video Alerts

patch/{wildmoka_automation_id}

Path parameters

wildmoka_automation_idstring required

Request body

program_idstring required

ID of the program to update the automation for

statusboolean

to activate wildmoka video alerts

match_scheduled_atstring date
widget_titlestring
widget_timeoutstring

The timeout value should be provided in ISO 8601 duration format, such as "PT10S" for 10 seconds or "PT5M" for 5 minutes.

Response

200

idstring
urlstring
match_idstring
widget_timeoutstring
statusboolean
widget_titlestring
match_scheduled_atstring
automation_statusstring

Example response

{
  "id": "12c3e1e4-db87-4ae2-95ef-63fce4660e12",
  "url": "https://cf-blast.livelikecdn.com/api/v1/wildmoka-automations/12c3e1e4-db87-4ae2-95ef-63fce4660e12/",
  "match_id": "f683a6f6-c48d-43cf-ba38-4a9b0d9fc610",
  "widget_timeout": "P0DT00H01M00S",
  "status": true,
  "widget_title": "new video alert",
  "enabled_by": {
    "id": "0320c3d9-faea-4342-8a3b-6563352c9cee"
  },
  "match_scheduled_at": "2024-12-23T12:19:00Z",
  "automation_status": "scheduled"
}