Deploy Artifact or Create Directory

Deploy Artifact: Deploy an artifact to the specified destination.

Create Directory: Create a new directory by specifying a path that ends with / and omitting the request body.

Note: You can also attach properties as part of deploying artifacts or creating directories.

Important: In certain cases (particularly when working with large artifacts), the Created timestamp might be later than the Last Modified timestamp. This can occur because the Last Modified timestamp records when the upload began, whereas the Created timestamp is set only when the upload is complete and committed to the database.

Headers: Optionally, you can provide checksum headers to verify the integrity of the deployment. Artifactory rejects the deployment if the checksums do not match:

  • X-Checksum-Sha1: [sha1Value]
  • X-Checksum-Sha256: [sha256Value]

Security: Requires a user with 'deploy' permissions (can be anonymous)

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here!