rawlinp edited a comment on issue #4787: URL: https://github.com/apache/trafficcontrol/issues/4787#issuecomment-643450124
Sure, you can fix the existing python client to not treat 201 as failure, which fixes the client going forward, but everyone using prior versions of the client will be broken when the API starts returning 201s instead of 200s. IMO if you want to return a 201 it should be done in v3 only, since v1 and v2 returned 200 and client behavior has been built around that. ---------------------------------------------------------------- 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]
