spec release

This commit is contained in:
Adyen Automation
2024-09-04 12:50:25 +02:00
parent 02e4f8c8c3
commit e812f37424
4 changed files with 8 additions and 8 deletions

View File

@@ -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"
},

View File

@@ -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"
},

View File

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

View File

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