Request Method "PUT" not supported message

I am getting the below message while i try to send a PUT request. The PUT works using Postman. Can i please get some help on this?

{

“status” : 0,

“error” : “”,

“exception” : “error.methodNotSupported”,

“message” : “Request method ‘PUT’ not supported”

}

Probably it was fixed in version 5.8.4. Which version do you use?

Thank you Mariusz, the issue is resolved. I was passing “Put” instead of “PUT”
I am using v5.8.6.