how to get the response in postman while adding LOCALDATE IN @APIRESPONSE

Viewed 11

@ApiResponse(code = 600, message = "current_date",response = LocalDate.class)

IN postman am not getting current date ?

0 Answers
Related