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:
@@ -16681,14 +16681,14 @@
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"eventLocalUrls" : {
|
||||
"description" : "One or more local URLs to send event notifications to when using Terminal API or local integrations.",
|
||||
"description" : "One or more local URLs to send event notifications to when using Terminal API.",
|
||||
"items" : {
|
||||
"$ref" : "#/components/schemas/Url"
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"eventPublicUrls" : {
|
||||
"description" : "One or more public URLs to send event notifications to when using Terminal API or local integrations.",
|
||||
"description" : "One or more public URLs to send event notifications to when using Terminal API.",
|
||||
"items" : {
|
||||
"$ref" : "#/components/schemas/Url"
|
||||
},
|
||||
|
||||
@@ -17108,14 +17108,14 @@
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"eventLocalUrls" : {
|
||||
"description" : "One or more local URLs to send event notifications to when using Terminal API or local integrations.",
|
||||
"description" : "One or more local URLs to send event notifications to when using Terminal API.",
|
||||
"items" : {
|
||||
"$ref" : "#/components/schemas/Url"
|
||||
},
|
||||
"type" : "array"
|
||||
},
|
||||
"eventPublicUrls" : {
|
||||
"description" : "One or more public URLs to send event notifications to when using Terminal API or local integrations.",
|
||||
"description" : "One or more public URLs to send event notifications to when using Terminal API.",
|
||||
"items" : {
|
||||
"$ref" : "#/components/schemas/Url"
|
||||
},
|
||||
|
||||
@@ -11432,13 +11432,13 @@ components:
|
||||
properties:
|
||||
eventLocalUrls:
|
||||
description: One or more local URLs to send event notifications to when
|
||||
using Terminal API or local integrations.
|
||||
using Terminal API.
|
||||
items:
|
||||
$ref: '#/components/schemas/Url'
|
||||
type: array
|
||||
eventPublicUrls:
|
||||
description: One or more public URLs to send event notifications to when
|
||||
using Terminal API or local integrations.
|
||||
using Terminal API.
|
||||
items:
|
||||
$ref: '#/components/schemas/Url'
|
||||
type: array
|
||||
|
||||
@@ -11711,13 +11711,13 @@ components:
|
||||
properties:
|
||||
eventLocalUrls:
|
||||
description: One or more local URLs to send event notifications to when
|
||||
using Terminal API or local integrations.
|
||||
using Terminal API.
|
||||
items:
|
||||
$ref: '#/components/schemas/Url'
|
||||
type: array
|
||||
eventPublicUrls:
|
||||
description: One or more public URLs to send event notifications to when
|
||||
using Terminal API or local integrations.
|
||||
using Terminal API.
|
||||
items:
|
||||
$ref: '#/components/schemas/Url'
|
||||
type: array
|
||||
|
||||
Reference in New Issue
Block a user