From 650f5bd42ad08eef1c41725a22aeab20b3fc52ab Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 9 Dec 2024 15:41:28 +0100 Subject: [PATCH] spec release --- json/Webhooks-v1.json | 4 ++-- yaml/Webhooks-v1.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/json/Webhooks-v1.json b/json/Webhooks-v1.json index 47e2730f..03e986b6 100644 --- a/json/Webhooks-v1.json +++ b/json/Webhooks-v1.json @@ -1496,13 +1496,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/yaml/Webhooks-v1.yaml b/yaml/Webhooks-v1.yaml index 29b00ab8..82373956 100644 --- a/yaml/Webhooks-v1.yaml +++ b/yaml/Webhooks-v1.yaml @@ -1114,12 +1114,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: