From e80af007cbb81192fce0c8063f176928ad16bfa8 Mon Sep 17 00:00:00 2001 From: Jo Pol Date: Thu, 5 Sep 2019 15:17:39 +0200 Subject: [PATCH] EASY-2265: update documentation to reflect effects of #174 (#177) --- docs/api/api.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/api.yml b/docs/api/api.yml index 734c6245c..654959a2b 100755 --- a/docs/api/api.yml +++ b/docs/api/api.yml @@ -423,7 +423,8 @@ paths: unzipped in `dir_path`. For each file in the ZIP file, the path in the deposit will be `dir_path`/`path_in_zip`. The ZIP file may contain `nested ZIP files`, which will **not** be extracted, but stored as ZIP file. - Existing files at the target location will be overwritten. Concurrent POST or PUT calls to the same deposit are not allowed. + Existing files at the target location will be overwritten, existing folders at the target location will be merged with the folders in the zip. + Concurrent POST or PUT calls to the same deposit are not allowed. parameters: - $ref: "#/components/parameters/DepositId"