I am "putting" an API call to
https://api.atlassian.com/jsm/csm/cloudid/cloudid/api/v1/customer/customid/details?fieldName=Company
Body
{ "values": [ "abc" ] }
4 out of 10 times, it responds with error 400, bad request
Using POSTMAN with exactly the same URL and body, it works.
The only HEADER in both cases is the autorization one.
Any ideas?
Thanks
Hi @Myles Boyd
You will probably have to add Content-Type application/json (key - value).
Postman has this enabled by default, but on the command line is best to provide this as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.