#jessa-file-cli
1 messages · Page 1 of 1 (latest)
you can just keep the same thread if you have one, avoids manual work :p
oh ok, thought you guys would prefer separate topic threads. will do next time
jessa-file-cli
Try the real API instead I assume it's just some shell escaping issue
https://stripe.com/docs/api/files/create#create_file-purpose that's definitely a valid parameter
yeah looks like the Stripe CLI doesn't support that option for some reason and the docs are unclear
ok yeah, works with cURL. probs shouldn't have the stripe cli example if it's not supported. 😬 thanks for the info
yeah I filed a bug internally to fix it. That API is a bit special becuase of the file upload part and I think we missed the purpose parameter but the code that generates the example assumes it just exists
thank you