Issue Summary
Swagger displays non-existing field Name as filter parameter
Steps to Reproduce
- Browse to Swagger
- Expand GET Programs endpoint
- Notice Name field is displayed
- Notice Programs schema does NOT contain any object named Name
- Also affects /align/api/2/Products endpoint
Expected Results
- Available parameters in Swagger are compliant with the respective schema.
Actual Results
- Field Name is displayed, misleading users.
Workaround
- Disregard Name field.
- mentioned in
-
Page Loading...