---
title: "Update Criterion"
method: POST
path: "/evals/criterions/{criterion_id}/update"
tags: ["EVALS"]
deprecated: true
---

# Update Criterion

`POST /evals/criterions/{criterion_id}/update`

> **Deprecated.**

Update an existing criterion.

## Path parameters

- `criterion_id` string, required

## Request body

- CriterionCreate
  - `name` string, required
  - `description` string, required
  - `tenant` string

## Response `200`

Successful Response

- CriterionResponse
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `created_at` string, required
  - `updated_at` string, required
  - `created_by` string, nullable
  - `updated_by` string, nullable
  - `tenant` string

## Other responses

- `422` — Validation Error

---

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