---
title: "Update Global Requirements"
method: PUT
path: "/copy-correction/{session_id}/global-requirements"
tags: ["Copy Correction"]
---

# Update Global Requirements

`PUT /copy-correction/{session_id}/global-requirements`

Save the teacher's global correction requirements (full replace).

## Path parameters

- `session_id` string, required

## Request body

- GlobalRequirement[]
  - `id` string
  - `text` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
