---
title: "Update invoice note"
method: PUT
path: "/invoice-notes/{id}"
tags: ["Invoice Notes"]
---

# Update invoice note

`PUT /invoice-notes/{id}`

Update an existing invoice note

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string, required
  - `description` string

## Response `201`

Successful operation

- object
  - `message` string
  - `invoice_note` object
    - `id` integer
    - `name` string
    - `description` string
    - `is_default` boolean

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

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