Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Sep 4, 2024
1 parent 02e4f8c commit e812f37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e812f37

Please sign in to comment.