diff options
| -rw-r--r-- | matweb/oas/bulk.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matweb/oas/bulk.yml b/matweb/oas/bulk.yml index f91573f..08f346c 100644 --- a/matweb/oas/bulk.yml +++ b/matweb/oas/bulk.yml | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | tags: | 2 | tags: |
| 3 | - "File Bulk Download" | 3 | - "File Bulk Download" |
| 4 | summary: 'Group multiple files to download as one zip archive' | 4 | summary: 'Group multiple files to download as one zip archive' |
| 5 | description: "This endpoint allows you to bulk download several files | ||
| 6 | which you uploaded beforehand. Note that the `download_list` | ||
| 7 | MUST contain more than two files. The max length is configurable | ||
| 8 | (default is 10)." | ||
| 5 | consumes: | 9 | consumes: |
| 6 | - "application/json" | 10 | - "application/json" |
| 7 | produces: | 11 | produces: |
