mitchell852 commented on issue #2029: [Issue 1907] TO API for backup edge 
cachegroup
URL: 
https://github.com/apache/incubator-trafficcontrol/pull/2029#issuecomment-388070098
 
 
   I still don't agree with how the POST and PUT works. In my  opinion, a POST 
should add fallbacks and a PUT should update existing fallbacks. This is how 
the rest of the API works.
   
   For example:
   
   POST /api/1.2/cachegroup_fallbacks [ fallback11, fallback12 ] <-- if there 
are already 10 fallbacks for cg1, add 2 more to the list making 12 fallbacks 
for cg1
   
   PUT /api/1.2/cachegroup_fallbacks [ fallback11, fallback12 ] <-- go find 
fallback11 and fallback12 and update them
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to