Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

How to annotate matrix params in swagger 2.0 #139

Open
Kishn0211 opened this issue Oct 27, 2018 · 0 comments
Open

How to annotate matrix params in swagger 2.0 #139

Kishn0211 opened this issue Oct 27, 2018 · 0 comments

Comments

@Kishn0211
Copy link

Kishn0211 commented Oct 27, 2018

Hi ,
Could you share an example how to annotate @MatrixParam in swagger 2.0.
Below is sample code.
@path(/book)
Public Response getBooks(
@MatrixParam("author") String author,
@MatrixParam("country") String country) {
return ;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant