---
title: "Resolve Annotation"
method: POST
path: "/api/trajectories/{session_id}/annotations/{annotation_id}/resolve"
tags: ["trajectories"]
---

# Resolve Annotation

`POST /api/trajectories/{session_id}/annotations/{annotation_id}/resolve`

Resolve flag is stored by appending a status record (rather than
rewriting the file) — keeps the on-disk JSONL append-only.

## Path parameters

- `session_id` string, required
- `annotation_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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