Fix a typo in documentation

This commit is contained in:
Tomasz Maczukin 2016-09-13 17:43:32 +02:00
parent 5b8613b8e6
commit e940d97dc0
No known key found for this signature in database
GPG Key ID: 7E9EB2E4B0F625CD
1 changed files with 1 additions and 1 deletions

View File

@ -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