Skip to content

Commit 32edbe7

Browse files
Ripal ParikhRipal-Parikh
authored andcommitted
[XBAP-26924] -Corrected " entity in InvoiceNumber query parameter for Public SDK
1 parent 9e76652 commit 32edbe7

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)