You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by md...@apache.org on 2018/03/19 18:41:23 UTC

[incubator-openwhisk] branch master updated: swagger update (#3463)

This is an automated email from the ASF dual-hosted git repository.

mdeuser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new b78187e  swagger update (#3463)
b78187e is described below

commit b78187e2716f0942635ed51c4a035b3425145129
Author: Mark Deuser <md...@us.ibm.com>
AuthorDate: Mon Mar 19 14:41:19 2018 -0400

    swagger update (#3463)
---
 core/controller/src/main/resources/apiv1swagger.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/controller/src/main/resources/apiv1swagger.json b/core/controller/src/main/resources/apiv1swagger.json
index 599330b..f19c3e2 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"
                     },

-- 
To stop receiving notification emails like this one, please contact
mdeuser@apache.org.