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 d9ab8a6 + 4380a1a commit d5e209f
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,6 @@ paths:
- $ref: '#/components/parameters/signature'
description: Create a new quote at the wallet address.
'/incoming-payments/{id}':
parameters:
- schema:
type: string
name: walletAddress
in: query
required: true
get:
summary: Get an Incoming Payment
tags:
Expand Down Expand Up @@ -649,6 +643,11 @@ paths:
- $ref: '#/components/parameters/optional-signature'
description: A client can fetch the latest state of an incoming payment to determine the amount received into the wallet address.
parameters:
- schema:
type: string
name: walletAddress
in: query
required: true
- $ref: '#/components/parameters/id'
'/incoming-payments/{id}/complete':
post:
Expand Down Expand Up @@ -700,12 +699,6 @@ paths:
parameters:
- $ref: '#/components/parameters/id'
'/outgoing-payments/{id}':
parameters:
- schema:
type: string
name: walletAddress
in: query
required: true
get:
summary: Get an Outgoing Payment
tags:
Expand Down Expand Up @@ -753,6 +746,11 @@ paths:
- $ref: '#/components/parameters/signature-input'
- $ref: '#/components/parameters/signature'
parameters:
- schema:
type: string
name: walletAddress
in: query
required: true
- $ref: '#/components/parameters/id'
'/quotes/{id}':
get:
Expand Down

0 comments on commit d5e209f

Please sign in to comment.