summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-09-13 17:43:32 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2016-09-13 18:04:26 +0200
commite940d97dc03e7876ecf07948736da4477d13ca80 (patch)
tree075cd6be47c948ee3a3d18e7b48e9854009c4099
parent5b8613b8e657051a6a9199d417dd300f2fd9a281 (diff)
downloadgitlab-ce-feature/builds-register-change-404-to-204.tar.gz
-rw-r--r--doc/api/ci/builds.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/ci/builds.md b/doc/api/ci/builds.md
index e8d6b750082..b6d79706a84 100644
--- a/doc/api/ci/builds.md
+++ b/doc/api/ci/builds.md
@@ -44,7 +44,7 @@ curl --request POST "https://gitlab.example.com/ci/api/v1/builds/register" --for
|--------|------|---------------------------------------------------------------------------|
| `201` | yes | When a build is scheduled for a runner |
| `204` | no | When no builds are scheduled for a runner (for GitLab Runner >= `v1.3.0`) |
-| `403` | no | When invalid token is used or no token is send |
+| `403` | no | When invalid token is used or no token is sent |
| `404` | no | When no builds are scheduled for a runner (for GitLab Runner < `v1.3.0`) **or** when the runner is set to `paused` in GitLab runner's configuration page |
### Update details of an existing build