-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
@wypiorsebastian
Description
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
run-aspnetcore-microservices/src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs
Line 85 in c30712a
public async Task<IActionResult> UpdateProduct([FromBody] Product product)