Postman Put works, Bubble replies with error

Hi everyone. I’m sure this is a straight forward fix but I can’t figure it out.

Trying a PUT API and it works perfectly in Postman but when trying to set up the PUT in Bubble, I get a message saying:

There was an issue setting up your call.

Raw response for the API
Status code 400
{“message”:“First Name cannot be empty”,“status”:400}

The field is actually not called ‘First Name’, it’s ‘firstName’. So I cannot figure out what to do next.

Thank you in advance for your help.

add in headers
Content-type value: application/json

Thank you so much jici. That worked.

1 Like