Sha256: a55adccaa2f28d4a46f4f6f1987e671993e367c31c75df269f36dfdc1ec2d87f
Contents?: true
Size: 475 Bytes
Versions: 14
Compression:
Stored size: 475 Bytes
Contents
# MoneyKit::UpdateLinkRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook** | **String** | Sets the webhook URL for this link. To remove a webhook for this link, set to `null`. | [optional] | | **tags** | **Array<String>** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::UpdateLinkRequest.new( webhook: https://example.com/updated/hook, tags: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems