Per Swagger spec 2.0, parameters coming from the path must be marked as required. Before this change, the Swagger spec produced by loopback-swagger was not valid because path parameters were optional. Note that this commit does not fix the problem of the "uploaded" method which does not have any swagger-supported parameters now, and therefore the swagger spec will remain invalid (but with less errors). |
||
---|---|---|
.. | ||
providers/filesystem | ||
factory.js | ||
storage-connector.js | ||
storage-handler.js | ||
storage-service.js |