Hi Harendera,
As of now updating value of a particular key is only available through docID. However, if you have the complete JSON with you then you can use UpdateDocWithQuery api in which the document will be founbd based on query and will be replaced with new document passed in the API.
I hope this helps.
Thanks.