Closed bark closed 7 years ago
{ "swagger": "2.0", ... "paths": { "/test": { "$ref": "./endpoints/test.json" } } }
this should give me a endpoint named /test and all information in test.json. but it give:
Walk around for more people having this problem is to use the cli tool json-refs before.
rolled out as version .71. Can you check please.
Yes that works good, Nice! thanks :)
this should give me a endpoint named /test and all information in test.json. but it give:
Walk around for more people having this problem is to use the cli tool json-refs before.