Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 26, 2024
1 parent e300266 commit 7de9a40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17143,6 +17143,10 @@
"secondaryLanguage" : {
"description" : "Secondary language of the terminal.",
"type" : "string"
},
"timezone" : {
"description" : "The time zone of the terminal.",
"type" : "string"
}
},
"type" : "object"
Expand Down
4 changes: 4 additions & 0 deletions json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17330,6 +17330,10 @@
"secondaryLanguage" : {
"description" : "Secondary language of the terminal.",
"type" : "string"
},
"timezone" : {
"description" : "The time zone of the terminal.",
"type" : "string"
}
},
"type" : "object"
Expand Down
3 changes: 3 additions & 0 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11745,6 +11745,9 @@ components:
secondaryLanguage:
description: Secondary language of the terminal.
type: string
timezone:
description: The time zone of the terminal.
type: string
type: object
Logo:
properties:
Expand Down
3 changes: 3 additions & 0 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11867,6 +11867,9 @@ components:
secondaryLanguage:
description: Secondary language of the terminal.
type: string
timezone:
description: The time zone of the terminal.
type: string
type: object
Logo:
properties:
Expand Down

0 comments on commit 7de9a40

Please sign in to comment.