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