andronisdre / SpeedAuctionBackend

Grupp SpeedAuction backend gruppuppgift
1 stars 0 forks source link

19 basic crud review #34

Closed Kassem2000 closed 8 months ago

Kassem2000 commented 8 months ago

POST : http://localhost:8080/api/review { "reviewContent": "Skriv en text", "rating": 5 }

GET ALL: http://localhost:8080/api/review/all

GET BY ID: http://localhost:8080/api/review/{id}

PUT: http://localhost:8080/api/review/{id} { "reviewContent": "Updatera din text eller ändra rating" }

DELETE: http://localhost:8080/api/review/{id}

Kolla om allt funkar