Skip to content

Commit

Permalink
Add /webhooks/{webhook_id}/back-online
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 7, 2024
1 parent 7b441a8 commit 3cfad8b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api/rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,23 @@ paths:
type: string
'default':
$ref: '#/components/responses/Error'
/webhooks/{webhook_id}/back-online:
post:
description: "Let TONAPI know that webhook is ready to receive notifications after it has been unavailable"
operationId: webhookBackOnline
parameters:
- $ref: '#/components/parameters/tokenQuery'
- $ref: '#/components/parameters/webhookId'
responses:
'200':
description: ""
content:
application/json:
schema:
additionalProperties: true
example: { }
'default':
$ref: '#/components/responses/Error'
/webhooks/{webhook_id}/account-tx/subscribe:
post:
description: "subscribe to notifications for a particular set of accounts"
Expand Down

0 comments on commit 3cfad8b

Please sign in to comment.