Spring Boot - API Documentation
You have this method parameter:
But the generated API docs do not show the description. What is a likely cause?
@Parameter(description = "User ID", required = true) String userId
But the generated API docs do not show the description. What is a likely cause?
