Skip to content

Commit

Permalink
#15: Remove limit filter from findOne
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Aug 5, 2019
1 parent 56fdfe9 commit 5a50472
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/swagger/swagger_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ def get_yaml_paths(self):
required: false
schema:
type: object
- name: limit
in: query
description: Limit the number of {SwaggerGenerator.pascal_to_normal(endpoint).lower()} returned
required: false
schema:
type: object
- name: skip
in: query
description: Skip the number of {SwaggerGenerator.pascal_to_normal(endpoint).lower()} returned
Expand Down

0 comments on commit 5a50472

Please sign in to comment.