Project

General

Profile

Refactor #35314

Updated by Jeremy Lenz almost 3 years ago

The content version comparison API returns a "comparison" node which is an array of the content view version IDs that a particular package appears in. We should rename this node from 'comparison' to 'appears_in' so it's self explanatory what it is. 

 The deprecation should have three phases: 
 1. Add the new node alongside along side the existing node. <-- you are here 
 2. Replace the comparison node in the rabl with a message saying "This node has been deprecated. Use appears_in for the comparison data instead." 
 3. Remove the 'comparison' node.

Back