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 Apr 23, 2024
1 parent 35a32d4 commit 7b749db
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -158665,7 +158665,7 @@
"additionalProperties": false,
"properties": {
"entitlement_feature": {
"description": "The ID of the [Feature](docs/api/entitlements/feature) object attached to this product.",
"description": "The ID of the [Feature](https://stripe.com/docs/api/entitlements/feature) object attached to this product.",
"maxLength": 5000,
"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 @@ -150500,7 +150500,8 @@ paths:
properties:
entitlement_feature:
description: >-
The ID of the [Feature](docs/api/entitlements/feature)
The ID of the
[Feature](https://stripe.com/docs/api/entitlements/feature)
object attached to this product.
maxLength: 5000
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -121474,7 +121474,7 @@
"additionalProperties": false,
"properties": {
"entitlement_feature": {
"description": "The ID of the [Feature](docs/api/entitlements/feature) object attached to this product.",
"description": "The ID of the [Feature](https://stripe.com/docs/api/entitlements/feature) object attached to this product.",
"maxLength": 5000,
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -127787,7 +127787,7 @@
"additionalProperties": false,
"properties": {
"entitlement_feature": {
"description": "The ID of the [Feature](docs/api/entitlements/feature) object attached to this product.",
"description": "The ID of the [Feature](https://stripe.com/docs/api/entitlements/feature) object attached to this product.",
"maxLength": 5000,
"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 @@ -121094,7 +121094,8 @@ paths:
properties:
entitlement_feature:
description: >-
The ID of the [Feature](docs/api/entitlements/feature)
The ID of the
[Feature](https://stripe.com/docs/api/entitlements/feature)
object attached to this product.
maxLength: 5000
type: string
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103554,7 +103554,8 @@ paths:
properties:
entitlement_feature:
description: >-
The ID of the [Feature](docs/api/entitlements/feature)
The ID of the
[Feature](https://stripe.com/docs/api/entitlements/feature)
object attached to this product.
maxLength: 5000
type: string
Expand Down

0 comments on commit 7b749db

Please sign in to comment.