lib/smooch-api/models/webhook.rb in smooch-api-5.7.0 vs lib/smooch-api/models/webhook.rb in smooch-api-5.8.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#Smooch
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
-OpenAPI spec version: 5.7
+OpenAPI spec version: 5.8
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
=end
@@ -19,10 +19,10 @@
attr_accessor :id
# URL to be called when the webhook is triggered.
attr_accessor :target
- # An array of triggers you wish to have the webhook listen to. See Enums.md for available values.
+ # An array of triggers you wish to have the webhook listen to. See [**WebhookTriggersEnum**](Enums.md#WebhookTriggersEnum) for available values.
attr_accessor :triggers
# Secret which will be transmitted with each webhook invocation and can be used to verify the authenticity of the caller.
attr_accessor :secret