diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-25 04:56:57 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-25 04:56:57 +0000 |
commit | b41b03d47c529726501fb03181b9f065170945db (patch) | |
tree | f4d44a305fb9cdc32e821a82beed65df4bc3a00d /doc/api/commits.md | |
parent | 6c36fe9d294a7db57221766ff33374f38bbffadb (diff) | |
download | gitlab-ce-b41b03d47c529726501fb03181b9f065170945db.tar.gz |
Docs: Fix missed or newly added broken anchors
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r-- | doc/api/commits.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 442178aedff..09546fcac3f 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -475,7 +475,7 @@ GET /projects/:id/repository/commits/:sha/statuses | `sha` | string | yes | The commit SHA | `ref` | string | no | The name of a repository branch or tag or, if not given, the default branch | `stage` | string | no | Filter by [build stage](../ci/yaml/README.md#stages), e.g., `test` -| `name` | string | no | Filter by [job name](../ci/yaml/README.md#jobs), e.g., `bundler:audit` +| `name` | string | no | Filter by [job name](../ci/yaml/README.md#introduction), e.g., `bundler:audit` | `all` | boolean | no | Return all statuses, not only the latest ones ```bash |