From 5d1e6b3235f9cddf66611e7cf4f4d0b41ffd7368 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Tue, 14 Jul 2020 15:28:08 +0200 Subject: upgrade to oas 3 --- matweb/oas/extension.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'matweb/oas/extension.yml') diff --git a/matweb/oas/extension.yml b/matweb/oas/extension.yml index 3e31034..41314a7 100644 --- a/matweb/oas/extension.yml +++ b/matweb/oas/extension.yml @@ -2,16 +2,14 @@ tags: - "Supported Extensions" summary: 'Returns a list of all supported file extensions' -consumes: - - "application/json" -produces: - - "application/json" responses: 200: description: "A list of all supported file extensions" - schema: - type: "array" - items: - type: "string" - example: ".jpeg" \ No newline at end of file + content: + application/json: + schema: + type: "array" + items: + type: "string" + example: ".jpeg" \ No newline at end of file -- cgit v1.3