mat2-web/matweb/oas/extension.yml
2020-07-14 15:28:08 +02:00

15 lines
323 B
YAML

---
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"