---
title: "Update an Interview Note"
method: PATCH
path: "/AssessmentAfternoons/InterviewNotes"
tags: ["Assessmentafternoons"]
---

# Update an Interview Note

`PATCH /AssessmentAfternoons/InterviewNotes`

**Requires permission:** *StaffMember*

Updates an existing Interview Note in the database.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchInterviewNotesRequest
  - `note` AssessmentInterviewNote
    - `id` integer
    - `openApplyId` integer
    - `createdBy` string
    - `created` string, date-time
    - `createdByName` string
    - `comment` string, nullable
    - `grade` string, nullable

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
