mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 09:09:58 -05:00
15 lines
323 B
YAML
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" |