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 29, 2023
1 parent 3fd1b60 commit b47f491
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -48761,6 +48761,15 @@
"subscription_details_data": {
"description": "",
"properties": {
"metadata": {
"additionalProperties": {
"maxLength": 500,
"type": "string"
},
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that will reflect the metadata of the subscription at the time of invoice creation. *Note: This attribute is populated only for invoices created on or after June 28, 2023.*",
"nullable": true,
"type": "object"
},
"pause_collection": {
"anyOf": [
{
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44306,6 +44306,17 @@ components:
subscription_details_data:
description: ''
properties:
metadata:
additionalProperties:
maxLength: 500
type: string
description: >-
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that
will reflect the metadata of the subscription at the time of invoice
creation. *Note: This attribute is populated only for invoices
created on or after June 28, 2023.*
nullable: true
type: object
pause_collection:
anyOf:
- $ref: '#/components/schemas/invoices_resource_pause_collection'
Expand Down

0 comments on commit b47f491

Please sign in to comment.