add features to initiative as children (php api)
问题 How would I add a feature as a children to a pre-existing initiative? I would assume it's the same way you update a state in a feature: Connection::rally()->update('feature', feature_objectId, array('state' => $stateId)); This is how I have the code to add (update children field) children (features) to an initiative: Connection::rally()->update('initiative', '13298601606', array('children' => '13298601665')); The first object Id is for the initiative I would like to add the features to and