From 3299c6bd5df2177dd1a649d60f07d99c6baba737 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Thu, 1 May 2025 14:30:34 +0200 Subject: [PATCH] spec release --- json/BalancePlatformService-v2.json | 6 +++--- yaml/BalancePlatformService-v2.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/json/BalancePlatformService-v2.json b/json/BalancePlatformService-v2.json index 6f4ea59..d3c05f3 100644 --- a/json/BalancePlatformService-v2.json +++ b/json/BalancePlatformService-v2.json @@ -6564,7 +6564,7 @@ "summary" : "Get all webhook settings", "description" : "Retrieve all settings of a webhook", "value" : { - "WebhookSettings" : [ { + "webhookSettings" : [ { "id" : "BWHS00000000000000000000000001", "type" : "balance", "target" : { @@ -11971,7 +11971,7 @@ "enum" : [ "active", "inactive" ] }, "target" : { - "$ref" : "#/components/schemas/PatchableTarget", + "$ref" : "#/components/schemas/TargetUpdate", "description" : "The type and ID of the resource about whose balance changes you want to be notified." }, "type" : { @@ -11981,7 +11981,7 @@ } } }, - "PatchableTarget" : { + "TargetUpdate" : { "type" : "object", "properties" : { "id" : { diff --git a/yaml/BalancePlatformService-v2.yaml b/yaml/BalancePlatformService-v2.yaml index a9dfd39..066e06e 100644 --- a/yaml/BalancePlatformService-v2.yaml +++ b/yaml/BalancePlatformService-v2.yaml @@ -4465,7 +4465,7 @@ paths: summary: Get all webhook settings description: Retrieve all settings of a webhook value: - WebhookSettings: + webhookSettings: - id: BWHS00000000000000000000000001 type: balance target: @@ -10865,7 +10865,7 @@ components: - active - inactive target: - $ref: '#/components/schemas/PatchableTarget' + $ref: '#/components/schemas/TargetUpdate' description: The type and ID of the resource about whose balance changes you want to be notified. type: @@ -10873,7 +10873,7 @@ components: description: The type of the webhook you are configuring. Set to **balance**. enum: - balance - PatchableTarget: + TargetUpdate: type: object properties: id: