mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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" : {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user