2.20. trigger : Create, list and manage build triggers.
2.20.1.1. Implementation Notes 复制链接链接已复制到粘贴板!
Activate the specified build trigger.
2.20.1.2. Parameters 复制链接链接已复制到粘贴板!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| trigger_uuid | required | The UUID of the build trigger | path |
|
| repository | required | The full path of the repository. e.g. namespace/name | path |
|
| body | required (Parameter content type: application/json) | Request body contents. | body |
|
2.20.1.3. Response Messages 复制链接链接已复制到粘贴板!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 201 | Successful creation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|