Skip to content

Commit

Permalink
Doc spelling update
Browse files Browse the repository at this point in the history
Query params are now spelled consistently.
  • Loading branch information
lubomir committed Aug 25, 2015
1 parent 8eb92ee commit a8b3ea7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pdc/apps/auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def list(self, request, *args, **kwargs):
__Method__:
`GET`
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -281,7 +281,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:group-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down
2 changes: 1 addition & 1 deletion pdc/apps/changeset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:changeset-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down
4 changes: 2 additions & 2 deletions pdc/apps/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:label-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -317,7 +317,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:sigkey-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down
14 changes: 7 additions & 7 deletions pdc/apps/component/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class GlobalComponentViewSet(viewsets.PDCModelViewSet):
## Customize Output ##
There are two `QUERY_PARAMS` that you can use to customize your output.
There are two query params that you can use to customize your output.
`fields`: string, can be set multiple times, to demand what fields you want to include;
Expand All @@ -105,7 +105,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:globalcomponent-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -348,7 +348,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:globalcomponentcontact-list:gc_instance_pk$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -663,7 +663,7 @@ class ReleaseComponentViewSet(viewsets.PDCModelViewSet):
## Customize Output ##
There are two `QUERY_PARAMS` that you can use to customize your output.
There are two query params that you can use to customize your output.
`fields`: string, can be set multiple times, to demand what fields you want to include;
Expand Down Expand Up @@ -694,7 +694,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:releasecomponent-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -1120,7 +1120,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:releasecomponentcontact-list:rc_instance_pk$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -1336,7 +1336,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:bugzillacomponent-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down
8 changes: 4 additions & 4 deletions pdc/apps/contact/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:person-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -196,7 +196,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:maillist-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -359,7 +359,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:contactrole-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down Expand Up @@ -553,7 +553,7 @@ def list(self, request, *args, **kwargs):
__URL__: $LINK:rolecontact-list$
__QUERY Params__:
__Query Params__:
%(FILTERS)s
Expand Down

0 comments on commit a8b3ea7

Please sign in to comment.