Transactions
Update a Transaction
put/transactions/{transaction_id}
Path parameters
transaction_idstring required
Headers
Content-Typestring
Request body
object required
Example request
{
"type": "Expense",
"amount": 10,
"vendor": "Updated"
}Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.