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
api(:POST,"/v2/namespace/credentials","Generate new credentials")returns(code: 200)doproperty(:username,String)property(:password,String)enddefcreateend
and generate swagger, I still get warnings:
Theparameter:usernameisoptionalbutdefaultvalueis not specified(use:default_value=> ...)Theparameter:passwordisoptionalbutdefaultvalueis not specified(use:default_value=> ...)
even though property are required by default. I also tried adding required: true but still get the errors.
It does generate the correct swagger file as far as I understand:
Hello!
When I specify my return values like this:
and generate swagger, I still get warnings:
even though
property
are required by default. I also tried addingrequired: true
but still get the errors.It does generate the correct swagger file as far as I understand:
The text was updated successfully, but these errors were encountered: