lib/smooch-api/models/integration.rb in smooch-api-5.24.1 vs lib/smooch-api/models/integration.rb in smooch-api-5.25.1
- 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.24
+OpenAPI spec version: 5.25
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3-SNAPSHOT
=end
@@ -109,10 +109,10 @@
attr_accessor :password
# Use the unread count of the conversation as the application badge. (Optional) Used for *apn* integrations.
attr_accessor :autoUpdateBadge
- # Flag specifying whether the certificate is production. Returned on successful *apn* integrations.
+ # Flag specifying the APN environment to connect to (`production` if true, `sandbox` otherwise). Defaults to value inferred from certificate if not specified. (Optional) Used for *apn* integrations.
attr_accessor :production
# Your server key from the fcm console. Required for *fcm* integrations.
attr_accessor :serverKey