mat2-web/matweb/oas/extension.yml

15 lines
323 B
YAML
Raw Normal View History

2020-07-13 08:21:08 +02:00
---
tags:
- "Supported Extensions"
summary: 'Returns a list of all supported file extensions'
responses:
200:
description: "A list of all supported file extensions"
2020-07-14 15:28:08 +02:00
content:
application/json:
schema:
type: "array"
items:
type: "string"
example: ".jpeg"