The problem is that within each path object’s servers
object, I defined only the base URL, assuming for some reason that the base URL would be concatenated with the path. If you define a server object within the path object, you have to use the FULL URL for the endpoint. It was giving me errors specifically with /{id}
endpoints because I defined a path variable that not present in the servers
object