I am making a put request and its being succesfully verified from the console.
Note, that overwrite is set to true and this is a PUT request.
But, the results I am getting are like :
Now, if I simply remove the {overwrite: true} from my code, the update is successful.:
Another issue is that, if I make a put request and only provide (for example,) the content, then the title for that doc should just disappear, because thats what PUT does, resplaces the complete doc with the new one. But, this isn't working. If i dont pass the title and pass only the content, the title remains inact and the content gets updated. Isn't it the behaviour of PATCH