ocket8888 commented on a change in pull request #5512:
URL: https://github.com/apache/trafficcontrol/pull/5512#discussion_r606434419
##########
File path: traffic_ops/v4-client/cdn.go
##########
@@ -35,73 +36,49 @@ func (to *Session) CreateCDN(cdn tc.CDN) (tc.Alerts,
toclientlib.ReqInf, error)
return alerts, reqInf, err
}
-func (to *Session) UpdateCDNByIDWithHdr(id int, cdn tc.CDN, header
http.Header) (tc.Alerts, toclientlib.ReqInf, error) {
+// UpdateCDNByID replaces the identified CDN with the provided CDN.
+func (to *Session) UpdateCDNByID(id int, cdn tc.CDN, header http.Header)
(tc.Alerts, toclientlib.ReqInf, error) {
Review comment:
You did
--
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:
[email protected]