Skip to content

Commit

Permalink
Merge branch 'nl-add-wallet-address-to-requests' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 26, 2023
2 parents d5e209f + fd6b433 commit 096cf75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ paths:
in: query
required: true
- $ref: '#/components/parameters/id'
- $ref: '#/components/parameters/walletAddress'
'/incoming-payments/{id}/complete':
post:
summary: Complete an Incoming Payment
Expand Down Expand Up @@ -698,6 +699,7 @@ paths:
- $ref: '#/components/parameters/signature'
parameters:
- $ref: '#/components/parameters/id'
- $ref: '#/components/parameters/walletAddress'
'/outgoing-payments/{id}':
get:
summary: Get an Outgoing Payment
Expand Down Expand Up @@ -752,6 +754,7 @@ paths:
in: query
required: true
- $ref: '#/components/parameters/id'
- $ref: '#/components/parameters/walletAddress'
'/quotes/{id}':
get:
summary: Get a Quote
Expand Down Expand Up @@ -1268,6 +1271,12 @@ components:
type: string
description: Sub-resource identifier
required: true
walletAddress:
name: id
in: query
schema:
type: string
description: URL
signature:
name: Signature
in: header
Expand Down

0 comments on commit 096cf75

Please sign in to comment.