Skip to content

Commit bd965c2

Browse files
author
Ripal Parikh
committed
[XBAP-26648] - Changed the parameter sequence
1 parent fe8743b commit bd965c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xero_accounting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11127,6 +11127,8 @@ paths:
1112711127
example: 1
1112811128
schema:
1112911129
type: integer
11130+
- $ref: "#/components/parameters/unitdp"
11131+
- $ref: "#/components/parameters/pageSize"
1113011132
- in: query
1113111133
name: References
1113211134
x-snake: references
@@ -11141,8 +11143,6 @@ paths:
1114111143
type: array
1114211144
items:
1114311145
type: string
11144-
- $ref: "#/components/parameters/unitdp"
11145-
- $ref: "#/components/parameters/pageSize"
1114611146
responses:
1114711147
"200":
1114811148
description: Success - return response of type Overpayments array with all Overpayments

0 commit comments

Comments
 (0)