diff options
| author | Jan Friedli | 2020-07-13 08:37:22 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-07-13 08:37:22 +0200 |
| commit | 06252d8ee45a1dd8193c3be7a74710b43e24d04c (patch) | |
| tree | 403132d662bec982c172a636adf1512fc255aa75 /matweb/oas/bulk.yml | |
| parent | b148e03cb57b9b6eeb98354f23a2eadf9b6fa05b (diff) | |
added description for bulk endpoint
Diffstat (limited to '')
| -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: |
