---
title: "Update Applicant Note"
method: PUT
path: "/v2/applicants/{id}/notes/{note_id}"
tags: ["Notes"]
---

# Update Applicant Note

`PUT /v2/applicants/{id}/notes/{note_id}`

Updating Applicant Note

## Path parameters

- `id` string, required
- `note_id` string, required

## Request body

- CreateUpdateApplicantNote
  - `content` string, required
  - `user_id` string, nullable — User UUID who will be assigned as the creating user.

## Response `200`

OK

- ApplicantNote
  - `id` string, required
  - `content` string, required — Content of the Note
  - `created_at` string, date-time, required
  - `is_shared` boolean — Indicates if the Note is shared across multiple applicants
  - `updated_at` string, date-time, required
  - `last_updated_by` object, nullable, required
    - `name` string, required — Applicants name
    - `email` string, required — Applicants email
    - `id` string, required — Applicants id
  - `user` object, nullable, required
    - `name` string, required — Applicants name
    - `email` string, required — Applicants email
    - `id` string, required — Applicants id

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
