You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/11/07 03:02:29 UTC

[GitHub] [trafficcontrol] mhoppa commented on a change in pull request #3908: Add deprecated message to cachegroup/:parameter_id/parameter resp

mhoppa commented on a change in pull request #3908: Add deprecated message to cachegroup/:parameter_id/parameter resp
URL: https://github.com/apache/trafficcontrol/pull/3908#discussion_r343458731
 
 

 ##########
 File path: traffic_ops/app/lib/API/Cachegroup.pm
 ##########
 @@ -380,7 +380,7 @@ sub by_parameter_id {
 		}
 	}
 
-	$self->success( { cachegroups => \@data } );
+	$self->success( { cachegroups => \@data }, "API path is deprecated use /cachegroupparameters instead");
 
 Review comment:
   No I think that is what we want to do! THat would match the work that was done #3954

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services