JFrog Artifactory API Deploy Artifact with Properties
问题 Reading this API guide. My Artifactory version is 4.12.2. https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ItemProperties It says to deploy an artifact like so. curl -u myUser:myP455w0rd! -X PUT "http://localhost:8081/artifactory/my-repository/my/new/artifact/directory/file.txt" -T Desktop/myNewFile.txt That works fine but I also want to add properties to file.txt while also uploading. I did see a separate API to set properties. PUT /api/storage/libs