Sha256: 28991f79475065dc2619c93384d7874abae44f3f317ff857d6059a3b134f8861
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# TalonOne::Webhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **application_ids** | **Array<Integer>** | The IDs of the applications that are related to this entity. The IDs of the applications that are related to this entity. | **title** | **String** | Friendly title for this webhook | **verb** | **String** | API method for this webhook | **url** | **String** | API url (supports templating using parameters) for this webhook | **headers** | **Array<String>** | List of API HTTP headers for this webhook | **payload** | **String** | API payload (supports templating using parameters) for this webhook | [optional] **params** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | Array of template argument definitions | **enabled** | **BOOLEAN** | Enables or disables webhook from showing in rule builder | **used_at** | **Array<String>** | array of rulesets where webhook is used |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.1.2 | docs/Webhook.md |
talon_one-1.1.1 | docs/Webhook.md |
talon_one-1.1.0 | docs/Webhook.md |