Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 15, 2025
1 parent 3519ff8 commit da937d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions json/ForeignExchangeService-v1.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"openapi" : "3.1.0",
"servers" : [ {
"url" : "https://balanceplatform-api-live.adyen.com/fx/api/v1",
"description" : "Live Environment"
}, {
"url" : "https://balanceplatform-api-test.adyen.com/fx/api/v1",
"description" : "Test Environment"
}, {
"url" : "https://balanceplatform-api-live.adyen.com/fx/api/v1",
"description" : "Live Environment"
} ],
"info" : {
"title" : "Foreign Exchange API",
Expand All @@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "1",
"x-timestamp" : "2024-11-25T18:29:31Z"
"x-timestamp" : "2025-01-14T12:31:23Z"
},
"tags" : [ {
"name" : "Rates"
Expand Down Expand Up @@ -185,6 +185,7 @@
}
}
},
"x-methodName" : "calculate",
"x-sortIndex" : 1
}
}
Expand Down
7 changes: 4 additions & 3 deletions yaml/ForeignExchangeService-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
openapi: 3.1.0
servers:
- url: https://balanceplatform-api-live.adyen.com/fx/api/v1
description: Live Environment
- url: https://balanceplatform-api-test.adyen.com/fx/api/v1
description: Test Environment
- url: https://balanceplatform-api-live.adyen.com/fx/api/v1
description: Live Environment
info:
title: Foreign Exchange API
description: "The Foreign Exchange API allows you to manage and convert the currencies\
Expand All @@ -29,7 +29,7 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '1'
x-timestamp: '2024-11-25T18:29:31Z'
x-timestamp: '2025-01-14T12:31:23Z'
tags:
- name: Rates
paths:
Expand Down Expand Up @@ -153,6 +153,7 @@ paths:
message: The currency is invalid.
- name: exchangeCalculations[0].sourceAmount.value
message: The value can't be negative.
x-methodName: calculate
x-sortIndex: 1
components:
schemas:
Expand Down

0 comments on commit da937d1

Please sign in to comment.