---
title: "Update a human review set"
method: PATCH
path: "/v2/human-eval-sets/{id}"
tags: ["Human Review Sets"]
---

# Update a human review set

`PATCH /v2/human-eval-sets/{id}`

## Path parameters

- `id` string, required — The ID of the human review set to retrieve

## Request body

- union
  - object
    - `display_name` string, required — Display name of the human review set
    - `description` string — Detailed description of the human review set
    - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
    - `project_id` union — Optional project ID to scope this human review set to a specific project
      - string
      - string, ulid — The id of the resource
    - `filter_type` 'span_type', required
    - `filter_values` string[], required — Array of span types to match
  - object
    - `display_name` string, required — Display name of the human review set
    - `description` string — Detailed description of the human review set
    - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
    - `project_id` union — Optional project ID to scope this human review set to a specific project
      - string
      - string, ulid — The id of the resource
    - `filter_type` 'name', required
    - `filter_value` string, required — Name pattern to match

## Response `200`

Successfully updated the human review set

- union
  - object
    - `_id` string, ulid, required — The id of the resource
    - `display_name` string, required — Display name of the human review set
    - `description` string — Detailed description of the human review set
    - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
    - `workspace_id` string, required
    - `project_id` union — Optional project ID to scope this human review set to a specific project
      - string
      - string, ulid — The id of the resource
    - `created_by_id` string
    - `updated_by_id` string
    - `created` union — The date and time the resource was created
      - string, date-time
      - string, date-time
    - `updated` union — The date and time the resource was last updated
      - string, date-time
      - string, date-time
    - `filter_type` 'span_type', required
    - `filter_values` string[], required — Array of span types to match
  - object
    - `_id` string, ulid, required — The id of the resource
    - `display_name` string, required — Display name of the human review set
    - `description` string — Detailed description of the human review set
    - `human_eval_ids` string[], required — Array of human review IDs to be applied to matching spans
    - `workspace_id` string, required
    - `project_id` union — Optional project ID to scope this human review set to a specific project
      - string
      - string, ulid — The id of the resource
    - `created_by_id` string
    - `updated_by_id` string
    - `created` union — The date and time the resource was created
      - string, date-time
      - string, date-time
    - `updated` union — The date and time the resource was last updated
      - string, date-time
      - string, date-time
    - `filter_type` 'name', required
    - `filter_value` string, required — Name pattern to match

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/6a22c53a2580/schema)
