diff options
Diffstat (limited to 'matweb/oas/extension.yml')
| -rw-r--r-- | matweb/oas/extension.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/matweb/oas/extension.yml b/matweb/oas/extension.yml new file mode 100644 index 0000000..3e31034 --- /dev/null +++ b/matweb/oas/extension.yml | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | --- | ||
| 2 | tags: | ||
| 3 | - "Supported Extensions" | ||
| 4 | summary: 'Returns a list of all supported file extensions' | ||
| 5 | consumes: | ||
| 6 | - "application/json" | ||
| 7 | produces: | ||
| 8 | - "application/json" | ||
| 9 | |||
| 10 | responses: | ||
| 11 | 200: | ||
| 12 | description: "A list of all supported file extensions" | ||
| 13 | schema: | ||
| 14 | type: "array" | ||
| 15 | items: | ||
| 16 | type: "string" | ||
| 17 | example: ".jpeg" \ No newline at end of file | ||
