documented extension endpoint

This commit is contained in:
Jan Friedli 2020-07-13 08:21:08 +02:00
parent 2c1bc2f05a
commit 77269a82e6
No known key found for this signature in database
GPG key ID: F945FA2FCA30549D
3 changed files with 20 additions and 4 deletions

View file

@ -160,5 +160,6 @@ class APIBulkDownloadCreator(Resource):
class APISupportedExtensions(Resource):
@swag_from('./oas/extension.yml')
def get(self):
return utils.get_supported_extensions()