mat2-web/matweb/oas/extension.yml

17 lines
332 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'
consumes:
- "application/json"
produces:
- "application/json"
responses:
200:
description: "A list of all supported file extensions"
schema:
type: "array"
items:
type: "string"
example: ".jpeg"