You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions can be invoked via one of HTTP GET, PUT, DELETE, and POST. We are also looking at invocation using any one of these methods: PATCH, HEAD, and OPTIONS. Also, add a test case for each method by adding it to build.yaml and payload.
Actions can be invoked via one of HTTP GET, PUT, DELETE, and POST. We are also looking at invocation using any one of these methods: PATCH, HEAD, and OPTIONS. Also, add a test case for each method by adding it to build.yaml and payload.
We have an example of
OPTIONS
method:https://github.com/apache/incubator-openwhisk/blob/master/docs/webactions.md#options-requests
The text was updated successfully, but these errors were encountered: