---
title: "Update a note"
method: PUT
path: "/notes/{noteId}"
tags: ["Note API:Notes"]
---

# Update a note

`PUT /notes/{noteId}`

## Path parameters

- `noteId` string, uuid, required

## Request body

- UpdateNoteCommand
  - `type` string, nullable — Note type
  - `text` string, nullable — Note content

## Response `204`

NoContent

## Other responses

- `404` — Specified note was not found

---

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