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:
+17
-2
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user