---
title: "Create Job Note"
method: POST
path: "/jobs/{job_uid}/note"
---

# Create Job Note

`POST /jobs/{job_uid}/note`

## Path parameters

- `job_uid` string, required

## Query parameters

- `notify_users` boolean

## Request body

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

## Response `200`

200

## Other responses

- `404` — 404
- `500` — 500

---

[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)
