---
title: "Create Or Update"
method: POST
path: "/manual_ground_truth/incident/{incident_id}"
tags: ["manual_ground_truth"]
---

# Create Or Update

`POST /manual_ground_truth/incident/{incident_id}`

Create or update a manual ground truth for an incident.

## Path parameters

- `incident_id` string, required

## Request body

- APIRoutesManualGroundTruthCreateOrUpdateRequest — Request body for creating or updating a manual ground truth.
  - `content` string, required

## Response `200`

Successful Response

- ManualGroundTruthResponse — Response model for manual ground truth.
  - `id` string, required
  - `incident_id` string, required
  - `content` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `created_by` string, nullable
  - `updated_by` string, nullable
  - `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)
