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 Sep 4, 2024
1 parent 692b663 commit 2463a29
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 2 deletions.
14 changes: 13 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -93480,13 +93480,25 @@
"description": "Limit the scope to this alert only to this customer.",
"maxLength": 5000,
"type": "string"
},
"subscription": {
"description": "Limit the scope of this rated usage alert to this subscription.",
"maxLength": 5000,
"type": "string"
},
"subscription_item": {
"description": "Limit the scope of this rated usage alert to this subscription item.",
"maxLength": 5000,
"type": "string"
}
},
"title": "alert_filter",
"type": "object",
"x-stripeMostCommon": [
"customer",
"price"
"price",
"subscription",
"subscription_item"
]
},
"title": {
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84787,11 +84787,25 @@ paths:
description: Limit the scope to this alert only to this customer.
maxLength: 5000
type: string
subscription:
description: >-
Limit the scope of this rated usage alert to this
subscription.
maxLength: 5000
type: string
subscription_item:
description: >-
Limit the scope of this rated usage alert to this
subscription item.
maxLength: 5000
type: string
title: alert_filter
type: object
x-stripeMostCommon:
- customer
- price
- subscription
- subscription_item
title:
description: The title of the alert.
maxLength: 256
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -62086,6 +62086,14 @@
"customer": {
"maxLength": 5000,
"type": "string"
},
"subscription": {
"maxLength": 5000,
"type": "string"
},
"subscription_item": {
"maxLength": 5000,
"type": "string"
}
},
"title": "alert_filter",
Expand Down
14 changes: 13 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -80134,13 +80134,25 @@
"description": "Limit the scope to this alert only to this customer.",
"maxLength": 5000,
"type": "string"
},
"subscription": {
"description": "Limit the scope of this rated usage alert to this subscription.",
"maxLength": 5000,
"type": "string"
},
"subscription_item": {
"description": "Limit the scope of this rated usage alert to this subscription item.",
"maxLength": 5000,
"type": "string"
}
},
"title": "alert_filter",
"type": "object",
"x-stripeMostCommon": [
"customer",
"price"
"price",
"subscription",
"subscription_item"
]
},
"title": {
Expand Down
14 changes: 14 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73089,11 +73089,25 @@ paths:
description: Limit the scope to this alert only to this customer.
maxLength: 5000
type: string
subscription:
description: >-
Limit the scope of this rated usage alert to this
subscription.
maxLength: 5000
type: string
subscription_item:
description: >-
Limit the scope of this rated usage alert to this
subscription item.
maxLength: 5000
type: string
title: alert_filter
type: object
x-stripeMostCommon:
- customer
- price
- subscription
- subscription_item
title:
description: The title of the alert.
maxLength: 256
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56784,6 +56784,12 @@ paths:
customer:
maxLength: 5000
type: string
subscription:
maxLength: 5000
type: string
subscription_item:
maxLength: 5000
type: string
title: alert_filter
type: object
title:
Expand Down

0 comments on commit 2463a29

Please sign in to comment.