JimothyGreene / EE461L-Group2-FinalProject

Semester project for EE 461L (Software Engineering Lab)
https://ee461l-final-project-group2-poc6jfma5a-uc.a.run.app/
0 stars 0 forks source link

Billing API Documentation #136

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

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