Browse Source

Fixed link in REST doc to point to correct page

Filtering out fields is not described on the Response Formatting page but on the Resources page.
9899-cache-bug
sblaut 9 years ago
parent
commit
d363d60146
  1. 2
      docs/guide/rest-quick-start.md

2
docs/guide/rest-quick-start.md

@ -185,7 +185,7 @@ For example, the URL `http://localhost/users?fields=id,email` will only return t
> Info: You may have noticed that the result of `http://localhost/users` includes some sensitive fields,
> such as `password_hash`, `auth_key`. You certainly do not want these to appear in your API result.
> You can and should filter out these fields as described in the [Response Formatting](rest-response-formatting.md) section.
> You can and should filter out these fields as described in the [Resources](rest-resources.md) section.
## Summary <span id="summary"></span>

Loading…
Cancel
Save