v1
latestOpenAPI 3.0.02026-08-068926279.2 KBExpenses
Update an expense
Updates an existing expense
put/expenses/{id}
Path parameters
idinteger required
Expense ID
Request body
Response
Expense updated
Example response
{
"id": 1,
"team_id": 1,
"project_id": 1,
"client_id": 1,
"category_id": 1,
"amount": 125.5,
"vendor": "Office Supplies Co",
"description": "Printer paper and ink",
"status": "unbilled",
"date": "2024-01-15",
"date_formatted": "01/15/24"
}