Record
post-v3-projects-id-hooks-params
No description available.
record post-v3-projects-id-hooks-params {
id: string,
url: string,
push-events: option<bool>,
issues-events: option<bool>,
merge-requests-events: option<bool>,
tag-push-events: option<bool>,
note-events: option<bool>,
build-events: option<bool>,
pipeline-events: option<bool>,
wiki-page-events: option<bool>,
enable-ssl-verification: option<bool>,
token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| url | string | |
| push-events | option<bool> | |
| issues-events | option<bool> | |
| merge-requests-events | option<bool> | |
| tag-push-events | option<bool> | |
| note-events | option<bool> | |
| build-events | option<bool> | |
| pipeline-events | option<bool> | |
| wiki-page-events | option<bool> | |
| enable-ssl-verification | option<bool> | |
| token | option<string> |