diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-18 18:09:08 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-18 18:09:08 +0000 |
commit | 7ea5ca0bb5aa9792c514a22d59217dffa3800581 (patch) | |
tree | 753d90cbdb990d5b4889990fe7e8534d030480b3 /doc/api/merge_trains.md | |
parent | e26bf16ed06dd7fc959961cfe16621c19f0e6acf (diff) | |
download | gitlab-ce-7ea5ca0bb5aa9792c514a22d59217dffa3800581.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/merge_trains.md')
-rw-r--r-- | doc/api/merge_trains.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/merge_trains.md b/doc/api/merge_trains.md index 3cfef3864ad..9dc1acec16c 100644 --- a/doc/api/merge_trains.md +++ b/doc/api/merge_trains.md @@ -11,9 +11,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w Every API call to merge trains must be authenticated with Developer or higher [permissions](../user/permissions.md). -If a user is not a member of a project and the project is private, a `GET` request on that project will result to a `404` status code. +If a user is not a member of a project and the project is private, a `GET` request on that project returns a `404` status code. -If Merge Trains is not available for the project, a `403` status code will return. +If Merge Trains is not available for the project, a `403` status code is returned. ## Merge Trains API pagination |