---
title: "Update Image Prediction Option"
method: PATCH
path: "/image-prediction-options/{option_id}/"
---

# Update Image Prediction Option

`PATCH /image-prediction-options/{option_id}/`

## Path parameters

- `option_id` string, required

## Request body

- object
  - `reward_item_id` string — The ID of the reward item to give when this option is correct
  - `reward_item_amount` integer — The amount of the reward to give when this option is correct
  - `is_correct` boolean — Whether this is a correct option

## Response `200`

200

- object

## 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)
