UnpackPlexusResource
A REST Resource that accepts upload (zip file), and it simply explodes it in the root of the given repository.
The following resources are part of this group:
/repositories/{repositoryId}/content-compressed
Mount Point: /service/local/repositories/{repositoryId}/content-compressed
POST
Handles uploads of ZIP files. Unpacks zip file to current path. If the delete query parameter is true the everything at the current path will be removed before the zip file is unpacked.
Parameters
name | description | type | default |
---|---|---|---|
delete | (no documentation provided) | query | |
repositoryId | (no documentation provided) | path |
PUT
Handles uploads of ZIP files. Unpacks zip file to current path. If the delete query parameter is true the everything at the current path will be removed before the zip file is unpacked.
Parameters
name | description | type | default |
---|---|---|---|
delete | (no documentation provided) | query | |
repositoryId | (no documentation provided) | path |