Skip to content

Commit af8e903

Browse files
Update OpenAPI specification for beta
1 parent 579255d commit af8e903

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62454,6 +62454,7 @@
6245462454
"payment_reference": {
6245562455
"description": "An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.",
6245662456
"maxLength": 5000,
62457+
"nullable": true,
6245762458
"type": "string"
6245862459
}
6245962460
},

openapi/spec3.beta.sdk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57403,6 +57403,7 @@ components:
5740357403
An opaque string for manual reconciliation of this payment, for
5740457404
example a check number or a payment processor ID.
5740557405
maxLength: 5000
57406+
nullable: true
5740657407
type: string
5740757408
required:
5740857409
- payment_reference

0 commit comments

Comments
 (0)