summaryrefslogtreecommitdiff
path: root/matweb/oas/extension.yml
diff options
context:
space:
mode:
Diffstat (limited to 'matweb/oas/extension.yml')
-rw-r--r--matweb/oas/extension.yml16
1 files changed, 7 insertions, 9 deletions
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 @@
2tags: 2tags:
3 - "Supported Extensions" 3 - "Supported Extensions"
4summary: 'Returns a list of all supported file extensions' 4summary: 'Returns a list of all supported file extensions'
5consumes:
6 - "application/json"
7produces:
8 - "application/json"
9 5
10responses: 6responses:
11 200: 7 200:
12 description: "A list of all supported file extensions" 8 description: "A list of all supported file extensions"
13 schema: 9 content:
14 type: "array" 10 application/json:
15 items: 11 schema:
16 type: "string" 12 type: "array"
17 example: ".jpeg" \ No newline at end of file 13 items:
14 type: "string"
15 example: ".jpeg" \ No newline at end of file