Complete the handler description

Report a typo

Choose the missing parts of the method described below:

@PostMapping("/products/{id}")
public void addProduct({1} int id, {2} String description) {
    productMap.add(id, description);
}
Select one option from the list
___

Create a free account to access the full topic