Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 14, 2024
1 parent 0541e48 commit 7332f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -131736,7 +131736,7 @@
"type": "string"
},
"product": {
"description": "ID of the product this price belongs to.\n\nUse this to implement a variable-pricing model in your integration. This is required if `product_data` is not specifed.",
"description": "ID of the product this price belongs to.\n\nUse this to implement a variable-pricing model in your integration. This is required if `product_data` is not specified.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -133370,7 +133370,7 @@
"type": "string"
},
"product": {
"description": "ID of the product this price belongs to.\n\nUse this to implement a variable-pricing model in your integration. This is required if `product_data` is not specifed.",
"description": "ID of the product this price belongs to.\n\nUse this to implement a variable-pricing model in your integration. This is required if `product_data` is not specified.",
"maxLength": 5000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120641,7 +120641,7 @@ paths:

Use this to implement a variable-pricing model in
your integration. This is required if
`product_data` is not specifed.
`product_data` is not specified.
maxLength: 5000
type: string
tax_behavior:
Expand Down Expand Up @@ -122776,7 +122776,7 @@ paths:

Use this to implement a variable-pricing model in
your integration. This is required if
`product_data` is not specifed.
`product_data` is not specified.
maxLength: 5000
type: string
tax_behavior:
Expand Down

0 comments on commit 7332f8d

Please sign in to comment.