Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
EASY-2265: update documentation to reflect effects of #174 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol authored and rvanheest committed Sep 5, 2019
1 parent 44bb1a5 commit e80af00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e80af00

Please sign in to comment.