According to this documentation,
https://stripe.com/docs/api/subscriptions/create
When doing a POST to /v1/subscriptions the customer and items parameters are both required.
But in spec3.json it merely specifies,
"required": [
"customer"
],
Which is correct -- the spec or the documentation?
According to this documentation,
https://stripe.com/docs/api/subscriptions/create
When doing a
POSTto/v1/subscriptionsthecustomeranditemsparameters are both required.But in
spec3.jsonit merely specifies,Which is correct -- the spec or the documentation?