File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments