Post API is not Working on Version: 5.8.0

Issue found in Post request,

I found while testing Post Request Using JSON, Requestbody is not attached to the request.

After exploring that “” syntax is wrong on “Object Repository”.

So I have to change syntax to “text”.

And making properly worked.

1 Like

already reported bug

We’ve notified of this issue and will be releasing fixed version asap. Thanks for your reporting so much.

Regards

jayesh said:

Issue found in Post request,

I found while testing Post Request Using JSON, Requestbody is not attached to the request.

After exploring that “” syntax is wrong on “Object Repository”.

So I have to change syntax to “text”.

And making properly worked.

I confirm @jayesh workaround. As soon as I edit the tag and add “text”, my request is valid.