How can we update the Blueprint for existing ideas via REST?
Release : 16.1.1
Here is an example of updating the Blueprint for an idea
5278225 is the id of the Idea
PUThttp://<HOSTNAME>/ppm/rest/v1/ideas
JSON payload:{ "d": [ { "blueprintId": "6", "_internalId": 5278225 } ], "_metadata": { "fields": "name,projectType,ideaPriority,scheduleStart,planCostTotal,planBenefitTotal,planNPV,planROI,status,blueprintId,investmentType,parentTypeCode" }}