Skip to main content
PATCH
/
api
/
v1
/
expenses
/
:id
Update Expense
curl --request PATCH \
  --url https://api.example.com/api/v1/expenses/:id
All fields are optional — only include the fields you want to change.

Path Parameters

id
integer
required
The expense ID.

Request Body

Same fields as Create Expense, all optional.

Response

Returns the updated expense object.

Errors

StatusCause
400Invalid field values
404Expense not found