---
title: "Set Annotation Status"
method: POST
path: "/api/v1/annotations/{annotation_id}/status"
tags: ["annotations"]
---

# Set Annotation Status

`POST /api/v1/annotations/{annotation_id}/status`

## Path parameters

- `annotation_id` string, uuid, required

## Request body

- SetAnnotationStatusRequest
  - `status` 'accepted' | 'rejected' | 'completed' | 'cancelled', nullable, required
  - `row_version` integer, required

## Response `200`

Successful Response

- Annotation — unresolved $ref

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

[API](https://skmtc.dev/rudus/apis/rudus-api.md) · [All operations](https://skmtc.dev/rudus/apis/rudus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudus/rudus-api/revisions/f149124a4d80/schema)
