Add category to the transaction #26

Closed
opened 2024-06-22 21:43:09 +00:00 by satprog · 3 comments
Owner

The patch should do the following:

  • add category to the #/components/schemas/Transaction
  • return it if it exists
  • allow for it to be updated through the PUT method
The patch should do the following: - add category to the #/components/schemas/Transaction - return it if it exists - allow for it to be updated through the PUT method
satprog added this to the /transactions milestone 2024-06-22 21:43:09 +00:00
satprog added the
enhancement
label 2024-06-22 21:43:09 +00:00
satprog self-assigned this 2024-06-22 21:43:09 +00:00
satprog added this to the Client-Server architecture project 2024-06-22 21:43:09 +00:00
Author
Owner

This could potentially close #23.

This could potentially close #23.
satprog added reference feature/26-add-category 2024-06-23 22:05:57 +00:00
Author
Owner

return it if it exists

This isn't a property required from the PUT perspective, so I'm leaning to returning a 204 for a successful update.

> return it if it exists This isn't a property required from the PUT perspective, so I'm leaning to returning a 204 for a successful update.
Author
Owner

add category to the #/components/schemas/Transaction

Done in #26.

> add category to the #/components/schemas/Transaction Done in #26.
satprog changed reference from feature/26-add-category to main 2025-04-07 07:32:23 +00:00
satprog removed reference main 2025-04-07 07:33:17 +00:00
Sign in to join this conversation.
No description provided.