How to update IBM Cloudant with node.js express application?

后端 未结 0 1745
南旧
南旧 2020-12-10 01:56

Following is the code for updating an item:

  upadateProduct(id, revId, product): Observable {
    product = { ...product, _id: id, _rev: revId };
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题