Promoting Launch Using Api
Hi,
I am trying to use LaunchManager Api to Promote the launch, but I am unable to set LaunchPromotion Parameters.
Code :
Launch launch = res.adaptTo(Launch.class); // Launch Path
LaunchManager launchManager = res.adaptTo(LaunchManager.class); // LaunchManager object
launchManager.promoteLaunch(launch, launchParameters?);
if anyone has a sample code snippet, that would be helpful.
Thanks in advance.