You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/04 22:31:39 UTC

[GitHub] csantanapr commented on issue #3031: Return 202 for trigger fire requests

csantanapr commented on issue #3031: Return 202 for trigger fire requests
URL: https://github.com/apache/incubator-openwhisk/pull/3031#issuecomment-349128800
 
 
   @mdeuser I think we forgot to update the swagger corresponding to the change.
   https://github.com/apache/incubator-openwhisk/blob/master/core/controller/src/main/resources/apiv1swagger.json#L931
   ```
                   "responses": {
                       "200": {
                           "description": "Activation id",
                           "schema": {
                               "$ref": "#/definitions/ItemId"
                           }
                       },
   ```
   Could you submit a new PR to update this?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services