Commit dd4e91d3 by Qiang Xue

Merge pull request #3603 from myqlarson/patch-3

Update rest-quick-start.md: highlight automatic pluralization
parents f53bb318 d47efdb9
......@@ -75,6 +75,7 @@ for accessing the user data. The APIs you have created include:
* `OPTIONS /users`: show the supported verbs regarding endpoint `/users`;
* `OPTIONS /users/123`: show the supported verbs regarding endpoint `/users/123`.
Note that Yii automatically pluralizes controller names for use in endpoints.
You may access your APIs with the `curl` command like the following,
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment