From 66186760c4f2c3d860de39c45eb8b6b4f138418a Mon Sep 17 00:00:00 2001 From: Fedor Borshev Date: Mon, 27 Aug 2018 18:49:52 +0300 Subject: [PATCH] Documentation fix: propertyName should be not undefined but falsy to grab the whole API response --- docs/schemes/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemes/local.md b/docs/schemes/local.md index a120a7696..cbebc4e8d 100644 --- a/docs/schemes/local.md +++ b/docs/schemes/local.md @@ -34,7 +34,7 @@ Each endpoint is used to make requests using axios. They are basically extending #### `propertyName` -`propertyName` can be used to specify which field of the response JSON to be used for value. It can be `undefined` to directly use API response or being more complicated like `auth.user`. +`propertyName` can be used to specify which field of the response JSON to be used for value. It can be `false` to directly use API response or being more complicated like `auth.user`. ### `tokenRequired`