Skip to content

Commit

Permalink
Merge pull request #90 from CSCI-GA-2820-FA23-001/update_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ZzSteven-Wang authored Dec 12, 2023
2 parents bc26f1d + a97330d commit 565550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ k8s/ - Kubernetes yaml
| POST | `/api/products` | Create | Create a new product, and upon success, receive a Location header specifying the new order's URI
| POST | `/api/products/collect` | Create | Create multiple products, return these created
| PUT | `/api/products/<product_id>` | Update | Update fields of a existing product
| DELETE | `/products/<product_id>` | Delete | Delete a Product based on the id specified in the path
| DELETE | `/api/products/<product_id>` | Delete | Delete a Product based on the id specified in the path
| GET | `/api/products/<product_id>` | Read | Read a Product based on the id specified in the path
| PUT | `/api/products/<int:product_id>/change_availability` | Update | change the availability of a Product based on the id

Expand Down

0 comments on commit 565550a

Please sign in to comment.