Can't able to read renamed folder response using odata api
-
Hi sir,
I want to rename folder using api ,so I use odata api of js report ( method is patch). template renamed successfully but can't able to read the response ie, shortid,_id,name etc ... from the response.We are using request package for calling API , response status is 200 but response is like this,
** <ref *2> IncomingMessage{
}**
How to read body from this response?
-
OData update(PATCH) doesn't return response content, just the status code.