mitchell852 opened a new issue #2145: Remove redundant profileparam API routes URL: https://github.com/apache/incubator-trafficcontrol/issues/2145 These are the existing profile parameter routes: get_profiles_parameters | GET /api/$version/profileparameters add_profile_parameter | POST /api/$version/profileparameters assign_parameters_to_profile | POST /api/$version/profileparameter assign_profiles_to_parameter | POST /api/$version/parameterprofile delete_profile_parameter | DELETE /api/$version/profileparameters/:profile_id/:parameter_id but these were also created in Golang: https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/traffic_ops_golang/routes.go#L201 I guess I don't really see the added value and think the new ones should probably be removed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
