summaryrefslogtreecommitdiff
path: root/matweb/oas/extension.yml
blob: 3e31034903ff64ba53f98b1bd8df2311368062cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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"