Skip to content

Commit

Permalink
#15: Remove unused filters from count
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Aug 5, 2019
1 parent 33ef610 commit 56fdfe9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/swagger/swagger_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,30 +136,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
required: false
schema:
type: object
- name: order
in: query
description: order the {SwaggerGenerator.pascal_to_normal(endpoint).lower()} by the given field
required: false
schema:
type: object
- name: include
in: query
description: include the related entities given
required: false
schema:
type: object
responses:
200:
description: The count of {SwaggerGenerator.pascal_to_normal(endpoint).lower()}
Expand Down

0 comments on commit 56fdfe9

Please sign in to comment.