We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa151 commit 195ff64Copy full SHA for 195ff64
openapi/invoicing_v2.json
@@ -6452,8 +6452,8 @@
6452
"type": "string",
6453
"description": "The ID for the invoice payment.",
6454
"readOnly": true,
6455
- "minLength": "1",
6456
- "maxLength": "22",
+ "minLength": 1,
+ "maxLength": 22,
6457
"pattern": "^[0-9A-Za-z_-]+$"
6458
}
6459
@@ -6731,8 +6731,8 @@
6731
6732
"description": "The ID of the refund of an invoice payment.",
6733
6734
6735
6736
6737
6738
0 commit comments