Skip to content

Commit

Permalink
GET /webhooks to return subscribed_msg_opcodes (rt.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 15, 2024
1 parent d7a00e0 commit 7d3a1ec
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 @@ -447,6 +447,7 @@ components:
- subscribed_accounts
- subscribed_to_mempool
- subscribed_to_new_contracts
- subscribed_msg_opcodes
properties:
id:
type: integer
Expand All @@ -457,6 +458,8 @@ components:
type: string
subscribed_accounts:
type: integer
subscribed_msg_opcodes:
type: integer
subscribed_to_mempool:
type: boolean
subscribed_to_new_contracts:
Expand Down

0 comments on commit 7d3a1ec

Please sign in to comment.