Skip to content

Commit

Permalink
fix(docs): add receiver to outgoing payment webhook event
Browse files Browse the repository at this point in the history
  • Loading branch information
sabineschaller committed Mar 21, 2023
1 parent c634051 commit 0c4eff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/backend/src/openapi/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ components:
- state
- stateAttempts
- balance
- receiver
properties:
id:
type: string
Expand All @@ -167,6 +168,9 @@ components:
- SENDING
- FAILED
- COMPLETED
receiver:
type: string
format: uri
sendAmount:
$ref: ./schemas.yaml#/components/schemas/amount
sentAmount:
Expand Down

0 comments on commit 0c4eff7

Please sign in to comment.