---
title: "Update Job Note"
method: PUT
path: "/jobs/{job_uid}/note/{note_uid}/update"
---

# Update Job Note

`PUT /jobs/{job_uid}/note/{note_uid}/update`

## Path parameters

- `job_uid` string, required
- `note_uid` string, required

## Query parameters

- `notify_users` boolean

## Request body

- object
  - `note` object
    - `attachments` object[]
      - `attachment_name` string
      - `attachment` string
      - `attachment_type` ''TEXT'' | ''AUDIO'' | ''VIDEO'' | ''IMAGE'' | ''DOCUMENT''
      - `attachment_size` number, float
    - `note` string
    - `user_mentions` string[]

## Response `200`

200

## Other responses

- `400` — 400

---

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