Sha256: 51357704554734acc0e8a0b76e865a7349df8db82b9d8e726e07eb407708316f
Contents?: true
Size: 547 Bytes
Versions: 3
Compression:
Stored size: 547 Bytes
Contents
# TalonOne::NewNotificationWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **String** | API URL for the given webhook-based notification. | **headers** | **Array<String>** | List of API HTTP headers for the given webhook-based notification. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewNotificationWebhook.new(url: www.my-company.com/my-endpoint-name, headers: content-type: application/json) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/NewNotificationWebhook.md |
talon_one-3.0.1 | docs/NewNotificationWebhook.md |
talon_one-3.0.0 | docs/NewNotificationWebhook.md |