We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8743b commit bd965c2Copy full SHA for bd965c2
xero_accounting.yaml
@@ -11127,6 +11127,8 @@ paths:
11127
example: 1
11128
schema:
11129
type: integer
11130
+ - $ref: "#/components/parameters/unitdp"
11131
+ - $ref: "#/components/parameters/pageSize"
11132
- in: query
11133
name: References
11134
x-snake: references
@@ -11141,8 +11143,6 @@ paths:
11141
11143
type: array
11142
11144
items:
11145
type: string
- - $ref: "#/components/parameters/unitdp"
- - $ref: "#/components/parameters/pageSize"
11146
responses:
11147
"200":
11148
description: Success - return response of type Overpayments array with all Overpayments
0 commit comments