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 Aug 3, 2023
1 parent 24948a5 commit 5c382e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -73076,7 +73076,7 @@
"type": "array"
},
"description": {
"description": "The subscription's description, meant to be displayable to the customer.\nUse this field to optionally store an explanation of the subscription\nfor rendering in Stripe hosted surfaces.",
"description": "The subscription's description, meant to be displayable to the customer.\nUse this field to optionally store an explanation of the subscription\nfor rendering in the [customer portal](https://stripe.com/docs/customer-management).",
"maxLength": 500,
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67242,7 +67242,8 @@ paths:
Use this field to optionally store an explanation of the
subscription

for rendering in Stripe hosted surfaces.
for rendering in the [customer
portal](https://stripe.com/docs/customer-management).
maxLength: 500
type: string
metadata:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63892,7 +63892,7 @@
"type": "array"
},
"description": {
"description": "The subscription's description, meant to be displayable to the customer.\nUse this field to optionally store an explanation of the subscription\nfor rendering in Stripe hosted surfaces.",
"description": "The subscription's description, meant to be displayable to the customer.\nUse this field to optionally store an explanation of the subscription\nfor rendering in the [customer portal](https://stripe.com/docs/customer-management).",
"maxLength": 500,
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59315,7 +59315,8 @@ paths:
Use this field to optionally store an explanation of the
subscription

for rendering in Stripe hosted surfaces.
for rendering in the [customer
portal](https://stripe.com/docs/customer-management).
maxLength: 500
type: string
metadata:
Expand Down

0 comments on commit 5c382e3

Please sign in to comment.