---
title: "Update a note's progress"
method: PUT
path: "/v1/notes/{noteId}/progress"
tags: ["Notes"]
---

# Update a note's progress

`PUT /v1/notes/{noteId}/progress`

Updates the percentage completion of a note (required scope notes:write)

## Path parameters

- `noteId` integer, required

## Headers

- `Customer-Id` integer, required

## Request body

- UpdateNoteProgressModel — Update note progress model
  - `progressedAt` string, date-time, nullable — The UTC timestamp of when this note was progressed. Must be unique to the second. Defaults to UTC now if no value specified. If a note progress more recent than this value already exists, the note fields will not be updated
  - `percentage` integer, required — The percentage to progress the note to. Must be between 0 - 100 inclusive. Setting to 100 will not complete the note, this must be done manually via the patch endpoint
  - `comment` string, nullable — Free text description about progress made by this update

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
