Can't update data when I send it to my api

It works correctly for me to show and send the data to the API but when I try to update I can't. I tried several ways but I can't, I don't know if I should improve my API or maybe I'm using the blocks wrong. I don't know if you could help me please.

Are you sure to you should be using PUT instead of POST?

What do you get in your web1.text response content?

All bloxks after sending a request, in the example a Put request, should be in the GotText event

Taifun