Skip to content

Commit

Permalink
Add subscribed_to_new_contracts to /webhooks (rt.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 15, 2024
1 parent d0010bd commit e2dee4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ components:
- status_failed_attempts
- subscribed_accounts
- subscribed_to_mempool
- subscribed_to_new_contracts
properties:
id:
type: integer
Expand All @@ -441,6 +442,8 @@ components:
type: integer
subscribed_to_mempool:
type: boolean
subscribed_to_new_contracts:
type: boolean
status:
type: string
enum:
Expand Down

0 comments on commit e2dee4d

Please sign in to comment.