Sha256: 58ee7c7ca423425014650729a4760443bba530b83a47d4814e408f4d405cfd96
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 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 |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.4.0 | docs/Webhook.md |
talon_one-1.3.0 | docs/Webhook.md |
talon_one-1.2.0 | docs/Webhook.md |