TerekhovaKate commented on code in PR #7693:
URL: https://github.com/apache/trafficcontrol/pull/7693#discussion_r1283247756


##########
traffic_control/clients/python/trafficops/tosession.py:
##########
@@ -1359,12 +1359,10 @@ def create_federation_resolver(self, data=None):
                :raises: Union[LoginError, OperationError]
                """
 
-       @api_request('delete', 
'federation_resolvers/{federation_resolver_id:d}', ('3.0', '4.0', '4.1', '5.0'))
-       def delete_federation_resolver(self, federation_resolver_id=None):
+       @api_request('delete', 'federation_resolvers', ('3.0', '4.0', '4.1', 
'5.0'))
+       def delete_federation_resolver(self, query_params=None):

Review Comment:
   what the reason for changing params data?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to