Merge branch 'patch-15' into 'master'
Correct pipeline trigger GET functionality. See merge request !10140
This commit is contained in:
commit
0068c4498a
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ Get details of project's build trigger.
|
|||
GET /projects/:id/triggers/:trigger_id
|
||||
```
|
||||
|
||||
| Attribute | Type | required | Description |
|
||||
|-----------|---------|----------|--------------------------|
|
||||
| `id` | integer | yes | The ID of a project |
|
||||
| `token` | string | yes | The `token` of a trigger |
|
||||
| Attribute | Type | required | Description |
|
||||
|--------------|---------|----------|--------------------------|
|
||||
| `id` | integer | yes | The ID of a project |
|
||||
| `trigger_id` | integer | yes | The trigger id |
|
||||
|
||||
```
|
||||
curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v4/projects/1/triggers/5"
|
||||
|
|
Loading…
Reference in a new issue