---
title: "Moderate a widget report"
method: PATCH
path: "/widget-reports/{id}/"
---

# Moderate a widget report

`PATCH /widget-reports/{id}/`

## Path parameters

- `id` string, required

## Request body

- object
  - `status` 'pending' | 'accepted' | 'dismissed' — Change the status of the widget report. Can be one of pending, accepted, dismissed
  - `moderator_comment` string — Optional comment about the widget report added by a moderator

## Response `200`

200

- object
  - `id` string
  - `url` string
  - `client_id` string
  - `program_id` string
  - `widget_kind` string
  - `widget_id` string
  - `widget_url` string
  - `widget_content` object
    - `id` string
    - `pubnub_enabled` boolean
    - `url` string
    - `kind` string
    - `program_id` string
    - `client_id` string
    - `created_at` string
    - `published_at` string
    - `scheduled_at` string
    - `interactive_until` unknown
    - `question` string
    - `cheer_type` string
    - `timeout` string
    - `options` object[]
      - `id` string
      - `description` string
      - `image_url` string
      - `vote_count` integer
      - `vote_url` string
      - `translations` object
      - `translatable_fields` string[]
    - `subscribe_channel` string
    - `program_date_time` unknown
    - `publish_delay` string
    - `interaction_url` string
    - `impression_url` string
    - `impression_count` integer
    - `unique_impression_count` integer
    - `engagement_count` integer
    - `engagement_percent` string
    - `status` string
    - `created_by` object
      - `id` string
      - `name` unknown
      - `image_url` unknown
    - `schedule_url` string
    - `rewards_url` unknown
    - `translations` object
    - `translatable_fields` string[]
    - `reactions` unknown[]
      - unknown
    - `custom_data` unknown
    - `sponsors` unknown[]
      - unknown
    - `earnable_rewards` object[]
      - `reward_item_id` string
      - `reward_item_name` string
      - `reward_action_key` string
      - `reward_item_amount` integer
    - `widget_interactions_url_template` string
    - `widget_attributes` unknown[]
      - unknown
    - `playback_time_ms` unknown
  - `created_at` string
  - `created_by` object
    - `id` string
    - `url` string
    - `created_at` string
    - `nickname` string
    - `custom_id` unknown
    - `custom_data` string
    - `points` integer
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `badge_progress_url` string
    - `subscribe_channel` string
    - `reported_count` integer
    - `chat_room_memberships_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_balances_url` string
    - `reward_item_transfer_url` string
    - `block_profile_url` string
    - `blocked_profiles_template_url` string
    - `blocked_profile_ids_url` string
    - `leaderboards_url` string
    - `leaderboard_views_url` string
    - `earned_badges_url` string
    - `redemption_keys_url` string
  - `comment` unknown
  - `moderated_at` string
  - `moderated_by` object
    - `id` string
    - `url` string
    - `created_at` string
    - `nickname` string
    - `custom_id` unknown
    - `custom_data` string
    - `points` integer
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `badge_progress_url` string
    - `subscribe_channel` string
    - `reported_count` integer
    - `chat_room_memberships_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_balances_url` string
    - `reward_item_transfer_url` string
    - `block_profile_url` string
    - `blocked_profiles_template_url` string
    - `blocked_profile_ids_url` string
    - `leaderboards_url` string
    - `leaderboard_views_url` string
    - `earned_badges_url` string
    - `redemption_keys_url` string
  - `moderator_comment` unknown
  - `status` string

## Other responses

- `400` — 400

---

[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/versions/f3171d1c30f7/schema)
