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:
authorJohan Brandhorst <johan@cognitivelogic.com>2017-03-23 12:52:51 +0300
committerJohan Brandhorst <johan@cognitivelogic.com>2017-03-23 12:52:51 +0300
commitac6de28461abad3c0754ee48b26e79f085f84f0c (patch)
tree2c3333c2627efb8057552d8081542f19d5842e25 /doc/api/pipeline_triggers.md
parent3918c303b967e33ec924d7435ba4e7fcac136c9a (diff)
Correct parameter definition in Pipeline Triggers docs
Diffstat (limited to 'doc/api/pipeline_triggers.md')
-rw-r--r--doc/api/pipeline_triggers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/pipeline_triggers.md b/doc/api/pipeline_triggers.md
index c554e5f1964..50fc19f0e08 100644
--- a/doc/api/pipeline_triggers.md
+++ b/doc/api/pipeline_triggers.md
@@ -103,6 +103,7 @@ PUT /projects/:id/triggers/:trigger_id
| Attribute | Type | required | Description |
|---------------|---------|----------|--------------------------|
+| `id` | integer | yes | The ID of a project |
| `trigger_id` | integer | yes | The trigger id |
| `description` | string | no | The trigger name |
@@ -133,6 +134,7 @@ POST /projects/:id/triggers/:trigger_id/take_ownership
| Attribute | Type | required | Description |
|---------------|---------|----------|--------------------------|
+| `id` | integer | yes | The ID of a project |
| `trigger_id` | integer | yes | The trigger id |
```