mark items read
This commit is contained in:
parent
babb98d870
commit
03668131b4
6 changed files with 80 additions and 14 deletions
|
|
@ -61,7 +61,10 @@
|
|||
},
|
||||
update: function(id, data) {
|
||||
return api('put', '/api/items/' + id, data)
|
||||
}
|
||||
},
|
||||
mark_read: function(query) {
|
||||
return api('put', '/api/items' + param(query))
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
get: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue