Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Webhook Docs Minor Changes #463

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions notify/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,11 @@ components:
properties:
webhook_id:
type: string
required: true
description: 'ID of the address activity webhook.'
addresses:
type: array
required: true
description: 'New list of addresses to track. This replaces any existing addresses.'
items:
type: string
Expand All @@ -889,8 +891,10 @@ components:
webhook_id:
type: string
description: 'ID of the address activity webhook'
required: true
is_active:
type: boolean
required: true
description: |
True - set webhook to active state
False - set webhook to inactive state
Expand Down