Skip to content

Commit

Permalink
GET /webhooks to return more info
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 7, 2024
1 parent caa6d24 commit 7b441a8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions api/rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,12 @@ components:
- id
- endpoint
- token
- status
- status_updated_at
- last_online_at
- status_failed_attempts
- subscribed_accounts
- subscribed_to_mempool
properties:
id:
type: integer
Expand All @@ -347,6 +352,21 @@ components:
type: string
subscribed_accounts:
type: integer
subscribed_to_mempool:
type: boolean
status:
type: string
enum:
- online
- offline
status_updated_at:
type: string
format: date-time
last_online_at:
type: string
format: date-time
status_failed_attempts:
type: integer
WebhookAccountTxSubscriptions:
type: object
required:
Expand Down

0 comments on commit 7b441a8

Please sign in to comment.