summaryrefslogtreecommitdiff
path: root/matweb/oas/extension.yml
blob: 41314a7100581d54110d8260b5a6fa52fb60ac30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
tags:
  - "Supported Extensions"
summary: 'Returns a list of all supported file extensions'

responses:
  200:
    description: "A list of all supported file extensions"
    content:
      application/json:
        schema:
          type: "array"
          items:
            type: "string"
            example: ".jpeg"