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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.