Skip to content

[Doc] Fix `ref` parameter name for `commits/statuses`

Pierre de La Morinerie requested to merge pmorinerie/gitlab-ce:patch-1 into master

The attribute to filter by branch or tag needs to be named ref, not ref_name. And indeed the attribute in the JSON response is ref (and not ref_name).

Tested on Gitlab CE 8.9.

Merge request reports