Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2019-07-17 02:36:49 +0300
committerMatija Čupić <matteeyah@gmail.com>2019-07-23 13:02:07 +0300
commit41b8dca877ba790cd56677dc6405e16b631f9854 (patch)
tree4d76c25f84ebb75b3a62f086ea559921b6f290b9 /doc/api/commits.md
parent4e814c257b74ac78a50f54ec57b1e1c7f78d43b7 (diff)
Add specs for specifying pipeline behavior
Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
Diffstat (limited to 'doc/api/commits.md')
-rw-r--r--doc/api/commits.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md
index a6264897e5e..c0bf53c1db4 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -581,7 +581,7 @@ POST /projects/:id/statuses/:sha
| `target_url` | string | no | The target URL to associate with this status
| `description` | string | no | The short description of the status
| `coverage` | float | no | The total code coverage
-| `pipeline_id` | integer | no | The id of the pipeline to set status. Use in case of several pipeline on same sha.
+| `pipeline_id` | integer | no | The ID of the pipeline to set status. Use in case of several pipeline on same SHA.
```bash
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/17/statuses/18f3e63d05582537db6d183d9d557be09e1f90c8?state=success"