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

csantanapr 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 51eb924  Update trigger fire REST API swagger (#3062)
51eb924 is described below

commit 51eb924b5ff470c26add37a9546691aa685dc582
Author: Mark Deuser <mdeu...@us.ibm.com>
AuthorDate: Tue Dec 5 18:50:46 2017 -0500

    Update trigger fire REST API swagger (#3062)
    
    - returns 202 instead of 200
---
 core/controller/src/main/resources/apiv1swagger.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/controller/src/main/resources/apiv1swagger.json 
b/core/controller/src/main/resources/apiv1swagger.json
index c125e94..2d32b7a 100644
--- a/core/controller/src/main/resources/apiv1swagger.json
+++ b/core/controller/src/main/resources/apiv1swagger.json
@@ -928,7 +928,7 @@
                     }
                 ],
                 "responses": {
-                    "200": {
+                    "202": {
                         "description": "Activation id",
                         "schema": {
                             "$ref": "#/definitions/ItemId"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to