---
title: "Update Automation Partner"
method: PUT
path: "/automation-partners/{id}"
---

# Update Automation Partner

`PUT /automation-partners/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `event_category` string, required
  - `event_subcategory` 'football' | 'rugby', required
  - `event_id` string, required
  - `program_id` string, required
  - `match_scheduled_at` string
  - `automated_actions` object[], required
    - `action_type` string — Refer the guide for full list of action types supported as per the event_subcategory
    - `is_active` boolean
    - `widgets` object[], required
      - `widget_kind` 'alert' | 'text-poll' | 'emoji-slider'
      - `payload` object — The payload will contain the object of individual widget kind as referenced in guide.
      - `widget_id` string — The widget_id of existing widget to update it. If not present, the widget will be created newly. If any existing widget is not sent in the payload, it will be deleted automatically.

## Response `200`

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
