Browse Source

Merge pull request #9422 from sblaut/patch-1

Fixed link in REST doc to point to correct page [skip ci]
9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
52a010b7b2
  1. 2
      docs/guide/rest-controllers.md
  2. 2
      docs/guide/rest-quick-start.md

2
docs/guide/rest-controllers.md

@ -22,7 +22,7 @@ will be described in detail in the next few sections:
[[yii\rest\ActiveController]] in addition provides the following features:
* A set of commonly needed actions: `index`, `view`, `create`, `update`, `delete`, `options`;
* User authorization in regarding to the requested action and resource.
* User authorization in regard to the requested action and resource.
## Creating Controller Classes <span id="creating-controller"></span>

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