From d7125a7d4969619f26f8ea3a572c3ac2fa3b228b Mon Sep 17 00:00:00 2001 From: sguilly Date: Wed, 24 Oct 2018 18:08:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)