Spring Boot - API Documentation
Given the code snippet:
What effect does the
@Parameter(description = "User's email", required = true) String email
What effect does the
required = true have in API documentation?