Skip to content

Commit

Permalink
more description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Dec 9, 2022
1 parent 8b74a0c commit a1f363d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ paths:
receiver:
$ref: ./schemas.yaml#/components/schemas/receiver
receiveAmount:
description: The maximum amount that should be paid into the receiving payment pointer.
description: The fixed amount that would be paid into the receiving payment pointer given a successful outgoing payment.
$ref: ./schemas.yaml#/components/schemas/amount
required:
- receiver
Expand All @@ -600,7 +600,7 @@ paths:
receiver:
$ref: ./schemas.yaml#/components/schemas/receiver
sendAmount:
description: The maximum amount that should be sent from the sending payment pointer.
description: The fixed amount that would be sent from the sending payment pointer given a successful outgoing payment.
$ref: ./schemas.yaml#/components/schemas/amount
required:
- receiver
Expand Down

0 comments on commit a1f363d

Please sign in to comment.