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 Mar 6, 2024
1 parent bb631cc commit 1c2e0fc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -57447,7 +57447,7 @@
"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 29, 2023.*",
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.\n *Note: This attribute is populated only for invoices created on or after June 29, 2023.*",
"nullable": true,
"type": "object"
},
Expand Down
9 changes: 5 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52096,10 +52096,11 @@ components:
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 29, 2023.*
Set of [key-value pairs](https://stripe.com/docs/api/metadata)
defined as subscription metadata when an invoice is created. Becomes
an immutable snapshot of the subscription metadata at the time of
invoice finalization.
*Note: This attribute is populated only for invoices created on or after June 29, 2023.*
nullable: true
type: object
pause_collection:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -38888,7 +38888,7 @@
"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 29, 2023.*",
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.\n *Note: This attribute is populated only for invoices created on or after June 29, 2023.*",
"nullable": true,
"type": "object"
}
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -47417,7 +47417,7 @@
"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 29, 2023.*",
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.\n *Note: This attribute is populated only for invoices created on or after June 29, 2023.*",
"nullable": true,
"type": "object"
}
Expand Down
9 changes: 5 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43285,10 +43285,11 @@ components:
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 29, 2023.*
Set of [key-value pairs](https://stripe.com/docs/api/metadata)
defined as subscription metadata when an invoice is created. Becomes
an immutable snapshot of the subscription metadata at the time of
invoice finalization.
*Note: This attribute is populated only for invoices created on or after June 29, 2023.*
nullable: true
type: object
required:
Expand Down
9 changes: 5 additions & 4 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36553,10 +36553,11 @@ components:
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 29, 2023.*
Set of [key-value pairs](https://stripe.com/docs/api/metadata)
defined as subscription metadata when an invoice is created. Becomes
an immutable snapshot of the subscription metadata at the time of
invoice finalization.
*Note: This attribute is populated only for invoices created on or after June 29, 2023.*
nullable: true
type: object
title: SubscriptionDetailsData
Expand Down

0 comments on commit 1c2e0fc

Please sign in to comment.