Merge pull request #173 from blaugueux/patch-1

Added section documentation
This commit is contained in:
William Durand 2013-04-10 14:50:55 -07:00
commit d93388797c

View File

@ -94,6 +94,8 @@ class YourController extends Controller
The following properties are available:
* `section`: allow to group resources
* `resource`: whether the method describes a main resource or not (default: `false`);
* `description`: a description of the API method;