@Luke_K Can you please tell me the issue with this x-request-id?
12497630-8f9a-47bd-9824-8337f640f02e
I can’t figure it out for the life of me…
@Luke_K Can you please tell me the issue with this x-request-id?
12497630-8f9a-47bd-9824-8337f640f02e
I can’t figure it out for the life of me…
Hey @Jason27 ,
The logs show that you’re sending an empty request (no params in the request body surfacing in the logs), which would return 400 “bad request”. Sending an empty payload for a PUT request would not be an accepted interaction - if the idea is to try and clear a field out, you would still need to cite it in the request body but with an empty string
Hi Graham, I’m definetely attaching data to the post, or I thought I was. Thanks for letting me know the issue, I’ll see if I can now figure out whats happening based on your feedback. Cheers