---
title: "Update note of a job."
method: PUT
path: "/jobs/{jobId}/note"
tags: ["jobs"]
---

# Update note of a job.

`PUT /jobs/{jobId}/note`

Update note of a job.

## Request body

- JobNote
  - `content` string, required

## Response `200`

Updated note.

- JobNote
  - `content` string, required

## Other responses

- `401` — Job access forbidden

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
