Sha256: e25a8e27f009e36db6e50dd638cec07bf354f94c4ab6915aaaf89e5e3b4bf5d0
Contents?: true
Size: 837 Bytes
Versions: 6
Compression:
Stored size: 837 Bytes
Contents
# Phrase::WebhookUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **callback_url** | **String** | Callback URL to send requests to | [optional] **description** | **String** | Webhook description | [optional] **events** | **String** | List of event names to trigger the webhook (separated by comma) | [optional] **active** | **Boolean** | Whether webhook is active or inactive | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::WebhookUpdateParameters.new(callback_url: http://example.com/hooks/phraseapp-notifications, description: My webhook for chat notifications, events: locales:create,translations:update, active: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems