You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, GET http://api.example.com/message/search has two parameters in query, one is begin(long), another one is end(long). Obviously begin should less than end. Is the a way to add restriction in Swagger definition to make sure begin is less than end? something like required: true?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
In this case,
GET http://api.example.com/message/search
has two parameters inquery
, one isbegin
(long), another one isend
(long). Obviouslybegin
should less thanend
. Is the a way to add restriction in Swagger definition to make surebegin
is less thanend
? something likerequired: true
?Thanks in advance.
The text was updated successfully, but these errors were encountered: