mdeuser closed pull request #3463: Update API v1 swagger "limit" parameter 
description
URL: https://github.com/apache/incubator-openwhisk/pull/3463
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/core/controller/src/main/resources/apiv1swagger.json 
b/core/controller/src/main/resources/apiv1swagger.json
index 599330b3b6..f19c3e2436 100644
--- a/core/controller/src/main/resources/apiv1swagger.json
+++ b/core/controller/src/main/resources/apiv1swagger.json
@@ -79,7 +79,7 @@
                     {
                         "name": "limit",
                         "in": "query",
-                        "description": "Number of entities to include in the 
result.",
+                        "description": "Number of entities to include in the 
result (0-200). The default limit is 30. A value of 0 sets the limit to the 
maximum.",
                         "required": false,
                         "type": "integer"
                     },
@@ -384,7 +384,7 @@
                     {
                         "name": "limit",
                         "in": "query",
-                        "description": "Number of entities to include in the 
result.",
+                        "description": "Number of entities to include in the 
result (0-200). The default limit is 30. A value of 0 sets the limit to the 
maximum.",
                         "required": false,
                         "type": "integer"
                     },
@@ -646,7 +646,7 @@
                     {
                         "name": "limit",
                         "in": "query",
-                        "description": "Number of entities to include in the 
result.",
+                        "description": "Number of entities to include in the 
result (0-200). The default limit is 30. A value of 0 sets the limit to the 
maximum.",
                         "required": false,
                         "type": "integer"
                     },
@@ -916,7 +916,7 @@
                     {
                         "name": "limit",
                         "in": "query",
-                        "description": "Number of entities to include in the 
result.",
+                        "description": "Number of entities to include in the 
result (0-200). The default limit is 30. A value of 0 sets the limit to the 
maximum.",
                         "required": false,
                         "type": "integer"
                     },
@@ -1130,7 +1130,7 @@
                     {
                         "name": "limit",
                         "in": "query",
-                        "description": "Number of entities to include in the 
result.",
+                        "description": "Number of entities to include in the 
result (0-200). The default limit is 30. A value of 0 sets the limit to the 
maximum.",
                         "required": false,
                         "type": "integer"
                     },


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to