HTTP Request | API for AH

I am trying to update a question in AH via AH APIs. I have utlizied swagger to PATCH and test but when I try via http request, it does not update, any advice on what i should check. I made sure all tokens, and authentication, and endpoint is correct but for status I get 400.

image

Hi @ashton.lalchan

Have you tried in postman?

I usually try any api request in postman first and then use same way in http requests.

Hi,

Can you share which api you called and content of request body?

Regards,

Use Fiddler Classic and capture the working scenario and the non-working scenario.

Then analyze the difference between the requests and fix the UiPath Studio request.