From 77269a82e62025b915e939b93b59ae1be03497cc Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Mon, 13 Jul 2020 08:21:08 +0200 Subject: documented extension endpoint --- matweb/rest_api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'matweb/rest_api.py') diff --git a/matweb/rest_api.py b/matweb/rest_api.py index 20ec155..0e47a5d 100644 --- a/matweb/rest_api.py +++ b/matweb/rest_api.py @@ -160,5 +160,6 @@ class APIBulkDownloadCreator(Resource): class APISupportedExtensions(Resource): + @swag_from('./oas/extension.yml') def get(self): return utils.get_supported_extensions() -- cgit v1.3