Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 28, 2024
1 parent 6188d34 commit 5e040f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openAPI/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,15 +623,15 @@ paths:
get:
security:
- ApiKeyAuth: []
description: Get payment
description: Retrieve a payment's details by it's unique identifier.
produces:
- application/json
tags:
- Payments
summary: Get payment
summary: Get Payment by ID
parameters:
- type: string
description: Payment ID
description: Unique identifier of a payment in the system.
name: paymentId
in: path
required: true
Expand Down

0 comments on commit 5e040f6

Please sign in to comment.