From 5e040f64496909013d1364aa151ffcfb44315e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Gon=C3=A7alves?= Date: Thu, 28 Mar 2024 14:15:53 -0300 Subject: [PATCH] Update api.yml --- openAPI/api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openAPI/api.yml b/openAPI/api.yml index dde4206..8bbab32 100644 --- a/openAPI/api.yml +++ b/openAPI/api.yml @@ -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