-
Notifications
You must be signed in to change notification settings - Fork 17
Description
In https://github.com/UPS-API/java-api-examples/blob/main/track/src/main/resources/SingleTrack.json#L84 it suggests that a 207 response can occur.
However from https://developer.ups.com/api/reference?loc=en_US#operation/getSingleTrackResponseUsingGET it implies that only a 200 response.
I am not sure if the spec is sourced from the same one that drives https://developer.ups.com/api/reference but the links on that page point back to this repo.
Per #8 there is a suggestion that there was some work being done around legacy apis and that doc updates are being rolled out, though that maybe only scoped to legacy API.
It would be helpful to know if the referenced spec in this repo is just inaccurate/out of date and hasn't been updated yet and is in progress / missed impact
Hopefully it is just incorrect and if we can confirm that, I can open a PR.