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
This may only affect OpenAPI/Swagger. When you document a route parameter, the parameter output is duplicated.
RSpec.resource"rspec_api_documentation duplicate parameter bug"doget"/test/:id/:cmd"doparameter:id,"ID of the user",in: :pathparameter:cmd,"Command",in: :pathexample_request"works like a charm"doexpect(status).toeq200endendend
This may only affect OpenAPI/Swagger. When you document a route parameter, the parameter output is duplicated.
Output (truncated to relevant parts):
The text was updated successfully, but these errors were encountered: