docs/NewNotificationWebhook.md in talon_one-2.5.1 vs docs/NewNotificationWebhook.md in talon_one-3.0.0

- old
+ new

@@ -2,18 +2,18 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**url** | **String** | API url for this notification webhook | -**headers** | **Array<String>** | List of API HTTP headers for this notification webhook | +**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: null, - headers: null) +instance = TalonOne::NewNotificationWebhook.new(url: www.my-company.com/my-endpoint-name, + headers: content-type: application/json) ```