---
title: "Patch Example V2"
method: PATCH
path: "/api/v2/examples/{example_id}/annotation"
---

# Patch Example V2

`PATCH /api/v2/examples/{example_id}/annotation`

Updates an example annotation using v2 dict-based ground truth format.

## Path parameters

- `example_id` string, required — The ID of the example

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Request body

- AnnotateExampleRequestV2 — Annotate an example with one or more prediction annotations (v2 dict format).
  - `annotations` PredictionAnnotationV2[], required
    - `arbiter_repo` string, required
    - `ground_truth` object, nullable
    - `ground_reasoning` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/revisions/43a90513ac59/schema)
