Skip to content

Commit

Permalink
Documentation fix: propertyName should be not undefined but falsy to …
Browse files Browse the repository at this point in the history
…grab the whole API response
  • Loading branch information
f213 authored Aug 27, 2018
1 parent b3656d8 commit 6618676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schemes/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 6618676

Please sign in to comment.