• Tristan Cavelier's avatar
    jio putAttachment API changed · d41b35da
    Tristan Cavelier authored
    // Before:
    jio.putAttachment({
      "id": "docid/attmtid",
      "data": "abc",
      "mimetype": "text/plain",
      "rev": "xxxx"
    });
    
    // Now:
    jio.putAttachment({
      "_id": "docid/attmtid",
      "_data": "abc",
      "_mimetype": "text/plain",
      "_rev": "xxxxx"
    });
    d41b35da
jiotests.js 157 KB