Forum Discussion
frantuma
6 years agoStaff
Hi, annotate the method parameter directly, e.g.
@Operation(description = "Download",
summary = "0000",
tags = {"Test-v1.0"}
)
public Response download(
@QueryParam("id") @Parameter(description = "id") String id,
@QueryParam("file") @Parameter(description = "file") String file,
@QueryParam("date") @Parameter(description = "date") String date)
- vsd_codesode6 years agoNew Contributor
Hi,
I did that too and it gives expected result. But, Now all endpoints have too much data definitions. It all are too messy to read. Defining parameter is operation looks convenient to manage and read. Could you point me to some document, where this is described in details?
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 5 days ago
- 6 days ago
- 16 days ago
- 2 months ago