---
title: "Update Call Grading"
method: PATCH
path: "/calls/{call_id}/grading"
tags: ["Calls"]
---

# Update Call Grading

`PATCH /calls/{call_id}/grading`

Update a call's grading fields. Only fields provided in the request are
updated. Requires developer authentication.

## Path parameters

- `call_id` string, uuid, required

## Request body

- UpdateCallGradingRequest — Request to update a call's grading fields. All fields optional; only provided fields are updated.
  - `quality_score` 'A' | 'B' | 'C' | 'F', nullable — Letter grade for call quality
  - `quality_reason` string, nullable — Reason for the quality score
  - `goal_accomplished` boolean, nullable — Whether the call goal was achieved
  - `goal_reason` string, nullable — Reason for the goal assessment
  - `caller_hung_up` boolean, nullable — Whether the caller hung up

## Response `200`

Successful Response

- UpdateCallGradingResponse — Response after updating a call grading.
  - `success` boolean, required — Whether the grading was updated successfully
  - `grading_id` string, uuid, required — The ID of the updated grading

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
