Repository Webhook Configuration
data class RepositoryWebhookConfiguration(val contentType: String? = null, val insecureSsl: Boolean? = null, val secret: String? = null, val url: String)
Properties
Link copied to clipboard
The content type for the payload. Valid values are either form
or json
.
Link copied to clipboard
Insecure SSL boolean toggle. Defaults to false
.
Link copied to clipboard
The shared secret for the webhook. See API documentation.