We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d751fc commit 2c9dfb7Copy full SHA for 2c9dfb7
1 file changed
rest-on-couch/Roc.js
@@ -348,6 +348,11 @@ define([
348
withCredentials: true,
349
url: `${this.entryUrl}/${res.body[i].id}/_rights/write`,
350
};
351
+ res.body[i].userOwner = {
352
+ type: 'boolean',
353
+ withCredentials: true,
354
+ url: `${this.entryUrl}/${res.body[i].id}/_rights/owner`,
355
+ };
356
}
357
358
for (let i = 0; i < res.body.length; i++) {
0 commit comments