Skip to content

Commit 18fc9f5

Browse files
authored
Merge pull request #786 from Ripal-Parikh/XBAp-26924
[XBAP-26924] - Corrected " entity in InvoiceNumber query parameter for Public SDK
2 parents 9e76652 + 32edbe7 commit 18fc9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xero_accounting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7454,7 +7454,7 @@ paths:
74547454
example: ""INV-001", "INV-002""
74557455
x-example-java: Arrays.asList("INV-001","INV-002")
74567456
x-example-php: ""INV-001", "INV-002""
7457-
x-example-csharp: new List<string>{&quotINV-001&quot,&quotINV-002&quot};
7457+
x-example-csharp: new List<string>{"INV-001","INV-002"};
74587458
schema:
74597459
type: array
74607460
items:

0 commit comments

Comments
 (0)