Change the category of a transaction
PATCH/api/feedback/transactions/:transactionId/category/:newCategoryId
Update the category of a transaction based on user feedback by providing transaction ID and the new category ID.
Request
Responses
- 200
- 400
- 500
Category updated successfully
Invalid transaction ID or category ID
Internal server error