summaryrefslogtreecommitdiff
path: root/matweb/oas/bulk.yml
diff options
context:
space:
mode:
authorJan Friedli2020-07-13 08:37:22 +0200
committerJan Friedli2020-07-13 08:37:22 +0200
commit06252d8ee45a1dd8193c3be7a74710b43e24d04c (patch)
tree403132d662bec982c172a636adf1512fc255aa75 /matweb/oas/bulk.yml
parentb148e03cb57b9b6eeb98354f23a2eadf9b6fa05b (diff)
added description for bulk endpoint
Diffstat (limited to '')
-rw-r--r--matweb/oas/bulk.yml4
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 @@
2tags: 2tags:
3 - "File Bulk Download" 3 - "File Bulk Download"
4summary: 'Group multiple files to download as one zip archive' 4summary: 'Group multiple files to download as one zip archive'
5description: "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)."
5consumes: 9consumes:
6 - "application/json" 10 - "application/json"
7produces: 11produces: