Sha256: 8efe34b1245ddac60a78eacca7bd4ad4ed343f3ba2a4f74cd5bafa6a83711c2a
Contents?: true
Size: 1021 Bytes
Versions: 2
Compression:
Stored size: 1021 Bytes
Contents
# Phrase::WebhookUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **callback_url** | **String** | Callback URL to send requests to | [optional] **secret** | **String** | Webhook secret used to calculate signature. If empty, the default project secret will be used. | [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, secret: secr3t, description: My webhook for chat notifications, events: locales:create,translations:update, active: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.8 | docs/WebhookUpdateParameters.md |
phrase-1.0.7 | docs/WebhookUpdateParameters.md |