diff --git a/README.md b/README.md index 868739d..ca79893 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ loopbackClientWithAuth.createToken() count(query) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}] - updateAll(query,data) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}] + *NOT AVAILABLE IN LLOPBACK EXTERNALLY * updateAll(query,data) --> query = { where : {name: 'xxx'} }, where = { where: {and: [{name: 'xxx'},{city: 'xxx'}] updateById(id,data)