ocket8888 opened a new issue, #6759: URL: https://github.com/apache/trafficcontrol/issues/6759
## This Bug Report affects these Traffic Control components: - Traffic Ops ## Current behavior: In APIv3 a POST body to /servers does not required the `updPending` property, but in APIv4 it does ## Expected behavior: I'm not sure this is actually a bug. I think it's just an unintentional side-effect of #6569. I believe it's unintentional because otherwise I would expect `revalPending` would also be a required property. It's a new major API version so a breaking change is fine, but given that is unintentional I wanted to open an issue so we can very intentionally and explicitly either fix or ignore it. A "fix" being making it not required, or maybe making `revalPending` also required if that makes sense. ## Steps to reproduce: 1. POST to /servers at v4.0 without `updPending` specified. -- 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]
