Fix issue in reference docs where query parameters were listed as path params and body params were listed as query params.

This commit is contained in:
Phillip Wittrock
2017-01-13 15:08:36 -08:00
parent 2456376b44
commit 72928098ef
541 changed files with 19392 additions and 7312 deletions
@@ -84,10 +84,15 @@ Parameter | Description
------------ | -----------
name | name of the ReplicationController
namespace | object name and auth scope, such as for teams and projects
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[ReplicationController](#replicationcontroller-v1)* |
@@ -146,10 +151,15 @@ Parameter | Description
------------ | -----------
name | name of the ReplicationController
namespace | object name and auth scope, such as for teams and projects
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[Patch](#patch-unversioned)* |
@@ -213,6 +223,11 @@ Parameter | Description
------------ | -----------
name | name of the ReplicationController
namespace | object name and auth scope, such as for teams and projects
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.