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 2018/02/12 19:30:49 UTC

[GitHub] dubeejw opened a new issue #3274: Controller should not return a payload for created and deleted entities

dubeejw opened a new issue #3274: Controller should not return a payload for created and deleted entities
URL: https://github.com/apache/incubator-openwhisk/issues/3274
 
 
   When creating entities, the controller should respond with just a status code, 200 OK or 201 CREATED, omitting the created entity from the response.
   
   Similarly, when deleting entities a status code, 200 OK or 202 ACCEPTED, should be returned without including the deleted entity in the response.

----------------------------------------------------------------
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