---
title: "Create Or Update"
method: POST
path: "/manual_evaluation/session/{session_id}"
tags: ["manual_evaluation"]
---

# Create Or Update

`POST /manual_evaluation/session/{session_id}`

Create or update a manual evaluation for a session.

## Path parameters

- `session_id` string, required

## Request body

- APIRoutesManualEvaluationCreateOrUpdateRequest — Request body for creating or updating a manual evaluation.
  - `score` integer, required — Score from 1 (worst) to 5 (best)
  - `justification` string, nullable — Optional free-form text explaining the score

## Response `200`

Successful Response

- ManualEvaluationResponse — Response model for manual evaluation.
  - `id` string, required
  - `session_id` string, required
  - `score` integer, required — Score from 1 (worst) to 5 (best)
  - `justification` string, nullable — Optional free-form text explaining the score
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `creator_email` string, nullable
  - `updater_email` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
