This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
fsh api get (export to swagger) does not work #1011
Open
Description
Continuing in the tutorial https://github.com/apache/incubator-openwhisk/blob/master/docs/apigateway.md#exporting-the-configuration to export swagger
> fsh api get "/club"
Cannot convert undefined or null to object
Needed to diverge from tutorial s/Book Club/\/club/
, see apache/openwhisk#3763.