---
title: "Update Expense Note"
method: PUT
path: "/expenses/{expense_id}/notes/{note_id}"
tags: ["Expense Notes"]
---

# Update Expense Note

`PUT /expenses/{expense_id}/notes/{note_id}`

Update Expense Note

## Path parameters

- `expense_id` integer, required
- `note_id` integer, required

## Request body

- object
  - `comment` string, required — Expense Comment/Note

## Response `201`

Resource has been updated successfully.

- object
  - `message` string
  - `expense_note` object
    - `id` integer
    - `expense_id` string
    - `is_comment` boolean
    - `note` string
    - `full_note` string
    - `transition` string
    - `transition_message` string
    - `profile_picture_url` string
    - `created_by` integer
    - `created_by_name` string
    - `created_on` string, date-time
    - `modified_by` integer
    - `modified_on` string, date-time

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