Hi,
How to create Feed in particular Feed Group using API?
I've tried
{
"Feed_Name": "test-maven",
"FeedType_Name": "Maven2",
"FeedConfiguration_Xml": "<Inedo.ProGet.Feeds.Maven2.Maven2FeedConfig Assembly=\"ProGetCoreEx\"><Properties HideFeedTips=\"0\" HasRepackaged=\"False\" PackageStatisticsEnabled=\"True\" RestrictPackageStatistics=\"True\" DeploymentRecordsEnabled=\"True\" UsageRecordsEnabled=\"True\" VulnerabilitiesEnabled=\"True\" LicensesEnabled=\"True\" UseWithProjects=\"True\" DisableReleaseAnalysis=\"False\" RetentionRulesEnabled=\"False\" /></Inedo.ProGet.Feeds.Maven2.Maven2FeedConfig>",
"FeedGroup_Id": 12
}
and many other combinations.
eg. "FeedGroup_Name": "testgroup" instead of ID
Nothing works.
Cheers,
Michal