Luís Murta 13d752e69a
Support modifying a transaction category
through the PUT /transactions/{transactionId} method.

Restrict the PUT to changing only the category. The other existing
attributes should remain immutable.
Remove the body of the PUT response, it isn't required, and it was
returning a 204, which shouldn't have it.

This patch also extracts the CategoryName as a separate component on the
OpenAPI spec, so that it can be reused on the Transaction.

Issues #26 and #23
2024-06-23 23:03:58 +01:00
2024-02-05 23:52:13 +00:00
2024-02-05 23:52:13 +00:00
2024-06-22 20:11:52 +01:00
2024-06-22 20:11:52 +01:00
2024-02-05 23:52:13 +00:00

Personal Finance web server

This is the implementation of the web server offering the REST API communicate with the personal finance DB.

Description
No description provided
Readme 404 KiB
Languages
Go 100%