Mark As Completed Discussion

Let's test your knowledge. Fill in the missing part by typing it in.

In Spring Boot, you can easily add validation to API requests using annotations and the validation framework provided by Java. One way to validate API requests is to annotate the request parameters or request body objects with _. These annotations will trigger the validation process automatically before the API method is executed.

Write the missing line below.