Step 3: Send the REST API Request

DISTRIBUTION: How to create a Release Bundle with selected files using the REST API command

AuthorFullName__c
Ino Choi
articleNumber
000005786
ft:sourceType
Salesforce
FirstPublishedDate
2023-06-15T07:07:41Z
lastModifiedDate
2023-06-14
VersionNumber
1
From the terminal, send a POST request to the following endpoint: /api/v1/release_bundle. Include the JSON request body created in the previous steps as the payload of the request.
curl -u <USER> -H "Content-Type: application/json" -H "X-GPG-PASSPHRASE: <PASSPHRASE>" -X POST http://<ARTIFACTORY_URL>/distribution/api/v1/release_bundle -T bundle.json