Skip to content

Commit e5cbbc3

Browse files
author
Adyen Automation
committed
spec release
1 parent 6f2bb26 commit e5cbbc3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

json/CapitalService-v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url" : "https://github.com/Adyen/adyen-openapi"
1717
},
1818
"version" : "1",
19-
"x-timestamp" : "2026-03-10T11:47:37Z"
19+
"x-timestamp" : "2026-03-20T13:44:52Z"
2020
},
2121
"tags" : [ {
2222
"name" : "Dynamic offers",
@@ -245,7 +245,9 @@
245245
"name" : "accountHolderId",
246246
"in" : "query",
247247
"description" : "The unique identifier of the account holder for which you want to get the available static offers.",
248+
"required" : true,
248249
"schema" : {
250+
"minLength" : 1,
249251
"type" : "string"
250252
}
251253
} ],

yaml/CapitalService-v1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ info:
3434
name: Adyen Developer Experience team
3535
url: https://github.com/Adyen/adyen-openapi
3636
version: '1'
37-
x-timestamp: '2026-03-10T11:47:37Z'
37+
x-timestamp: '2026-03-20T13:44:52Z'
3838
tags:
3939
- name: Dynamic offers
4040
x-groupIndex: 1
@@ -238,7 +238,9 @@ paths:
238238
in: query
239239
description: The unique identifier of the account holder for which you want
240240
to get the available static offers.
241+
required: true
241242
schema:
243+
minLength: 1
242244
type: string
243245
responses:
244246
'200':

0 commit comments

Comments
 (0)