Skip to content

Commit fe8743b

Browse files
author
Ripal Parikh
committed
[XBAP-26648] - Resolved failing SKD generation error
1 parent 15af1db commit fe8743b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

xero_accounting.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11129,10 +11129,18 @@ paths:
1112911129
type: integer
1113011130
- in: query
1113111131
name: References
11132-
description: Filter by comma-separated list of References
11133-
example: "Ref1,Ref2"
11132+
x-snake: references
11133+
description: Filter by a comma-separated list of References
11134+
style: form
11135+
explode: false
11136+
example: ""Ref1", "Ref2""
11137+
x-example-java: Arrays.asList("Ref1","Ref2")
11138+
x-example-php: ""Ref1", "Ref2""
11139+
x-example-csharp: new List<string>{"Ref1","Ref2"}
1113411140
schema:
11135-
type: string
11141+
type: array
11142+
items:
11143+
type: string
1113611144
- $ref: "#/components/parameters/unitdp"
1113711145
- $ref: "#/components/parameters/pageSize"
1113811146
responses:

0 commit comments

Comments
 (0)