Rafael Darder
Rafael Darder
Sorry, after re-reading the spec, I got this wrong, but I'm still confused. invoice.subscription _is_ expandable, but I get it expanded even when I set no headers for expanding that...
Hi Remi, I think I reported the wrong example, I'm sorry for that. I've gone deeper with the Customer object and have similar scenarios that I'd like to clarify. I'm...
Thanks for the quick response! I opted to ask here since I'm trying to make sense of your openapi spec extensions rather than individual cases. In other words, I'm pursuing...
I'm listing all customers through `GET /v1/customers`
Nevermind, I wasn't setting the right api version. If I use the 2020-08-27, I get exactly what you said. Thank you!
> * `discount`: This is an auto-expanded API resource, this means that it's either null or the whole `Discount` object when there's one. Could you help me figure out if...
Thank you. Unfortunately, either I'm misunderstanding or have the wrong spec file. I don't see discount as a required field for the customer schema. I find it, however, in the...