Step 2: Specify the Property Filter

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
To select files based on a specific property, modify the "aql" field in the JSON. Replace the "@key":"value" placeholder with the actual property and its corresponding value. For example, if you want to filter files based on a property called "version" with a value of "1.0", the "aql" line would be
"aql": "items.find({ \"repo\" : \"example-repo-local\"}, {\"@version\": \"1.0\"})"