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.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/matweb/oas/extension.yml b/matweb/oas/extension.yml
new file mode 100644
index 0000000..3e31034
--- /dev/null
+++ b/matweb/oas/extension.yml
@@ -0,0 +1,17 @@
1---
2tags:
3 - "Supported Extensions"
4summary: 'Returns a list of all supported file extensions'
5consumes:
6 - "application/json"
7produces:
8 - "application/json"
9
10responses:
11 200:
12 description: "A list of all supported file extensions"
13 schema:
14 type: "array"
15 items:
16 type: "string"
17 example: ".jpeg" \ No newline at end of file