spec release

This commit is contained in:
Adyen Automation
2025-05-01 14:30:34 +02:00
parent 582242bc96
commit 3299c6bd5d
2 changed files with 6 additions and 6 deletions

View File

@@ -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" : {

View File

@@ -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: