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
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
for an API parameter definition:
the current implementation of the validator expects:
Instead of
This is incorrect according to Swagger 1.1 spec (and subsequent versions):
If paramType is body, the name is used only for UI and codegeneration.
Simple fixes are in validator.js
and
The text was updated successfully, but these errors were encountered: