Skip to content

Commit

Permalink
doc: propertyName needed to grab the full API response(#232)
Browse files Browse the repository at this point in the history
Documentation fix: propertyName needed to grab the full API response
  • Loading branch information
farnabaz committed Aug 28, 2018
2 parents b3656d8 + 6618676 commit 315bf4b
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 315bf4b

Please sign in to comment.