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 2020/02/07 20:18:26 UTC

[GitHub] [trafficcontrol] mhoppa commented on a change in pull request #4357: Deprecate /regions/name/{{name}}

mhoppa commented on a change in pull request #4357: Deprecate /regions/name/{{name}}
URL: https://github.com/apache/trafficcontrol/pull/4357#discussion_r376573215
 
 

 ##########
 File path: traffic_ops/app/lib/API/Region.pm
 ##########
 @@ -244,21 +244,22 @@ sub delete {
 sub delete_by_name {
 	my $self = shift;
 	my $name     = $self->param('name');
+	my $alt		 = 'DELETE /regions/{{ID}}';
 
 Review comment:
   should be delete by name for alternative 

----------------------------------------------------------------
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