Update an existing transaction
PATCH/v1/accounts/:id/transactions/:tId
Update an existing transaction
Request
Path Parameters
id uuidrequired
ID of Account
tId uuidrequired
ID of Transaction
- application/json
Body
required
payeeId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
categoryId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
name string
Example:
House Party Food
notes string
Example:
Sample markdown notes
credit float
Example:
12.25
debit float
Example:
10.49
clearedAt date-time
Example:
2024-10-07T01:02:03Z
Responses
- 204
- 400
- 401
- 404
- 500
Success
Bad request
Unauthenticated
Not Found
Internal Error
Loading...