zrhoffman commented on issue #4488: ATSTCCFG logs incorrect message with --no-cache URL: https://github.com/apache/trafficcontrol/issues/4488#issuecomment-599695793 > ```shell > /path/to/atstccfg -s -P "$TO_PASSWORD" -U "$TO_USER" -u "$TO_URL/api/2.0/servers/mid/configfiles/ats/remap.config" > ``` The `/servers/{{server-name-or-id}}/configfiles/ats/remap.config` route is not currently in API version 2.0, we only have it for API versions 1.1-1.5. The same goes for [the rest of the configfiles routes](https://github.com/apache/trafficcontrol/blob/7714637a9f/traffic_ops/traffic_ops_golang/routing/routes.go#L876-L913).
---------------------------------------------------------------- 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] With regards, Apache Git Services
