summaryrefslogtreecommitdiff
path: root/matweb/oas/extension.yml
diff options
context:
space:
mode:
authorJan Friedli2020-07-14 15:28:08 +0200
committerJan Friedli2020-07-14 15:28:08 +0200
commit5d1e6b3235f9cddf66611e7cf4f4d0b41ffd7368 (patch)
treedc95468b0d3ae3783560dfe3916b5dba2bf775ea /matweb/oas/extension.yml
parent42f9ede4bf9ee5cf0e7fda74fcd37bea5540c302 (diff)
upgrade to oas 3
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