We had updated the billing API in #132, but the documentation was not updated accordingly. This left some discrepancy in how the frontend team would deal with our newly modified API.
Solution
Update the SwaggerUI documentation to reflect the changes to the HardwareSet model and the projects GET routes.
Testing
I loaded up the SwaggerUI docs locally to make sure everything seemed correct.
Problem
We had updated the billing API in #132, but the documentation was not updated accordingly. This left some discrepancy in how the frontend team would deal with our newly modified API.
Solution
Update the SwaggerUI documentation to reflect the changes to the HardwareSet model and the projects GET routes.
Testing
I loaded up the SwaggerUI docs locally to make sure everything seemed correct.
Closes #135