Commit b4810fd2 authored by Rémy Coutable's avatar Rémy Coutable

More improvements

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3a1d9bcc
...@@ -22,8 +22,8 @@ for a good example): ...@@ -22,8 +22,8 @@ for a good example):
- The GitLab version when the endpoint was added - The GitLab version when the endpoint was added
- If the endpoint is deprecated, and if yes when will it be removed - If the endpoint is deprecated, and if yes when will it be removed
- `params` for the method params. This acts as description, validation, and - `params` for the method params. This acts as description,
coercion of the parameters [validation, and coercion of the parameters]
A good example is as follows: A good example is as follows:
...@@ -93,4 +93,4 @@ Model.create(foo: params[:foo]) ...@@ -93,4 +93,4 @@ Model.create(foo: params[:foo])
``` ```
[Entity]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/api/entities.rb [Entity]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/api/entities.rb
[parameters validation and coercion]: https://github.com/ruby-grape/grape#parameter-validation-and-coercion [validation, and coercion of the parameters]: https://github.com/ruby-grape/grape#parameter-validation-and-coercion
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