RepositoryWebhook
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
owner | string | Required, Identifier | The owner of the repository |
repo | string | Required, Identifier | The repository |
url | string | Required, Identifier | The webhook delivery URL |
active | bool | Whether the webhook is active | |
contentType | string | Payload content type (json or form) | |
events | string[] | Events this webhook subscribes to | |
insecureSsl | bool | Whether SSL verification is disabled | |
secret | string | Sensitive | Shared secret for webhook signature |