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 22, 2023
1 parent 512975f commit 649f667
Show file tree
Hide file tree
Showing 6 changed files with 12 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 @@ -72892,7 +72892,7 @@
"type": "object"
},
"shipping_options": {
"description": "The shipping rate options to apply to this Session.",
"description": "The shipping rate options to apply to this Session. Up to a maximum of 5.",
"items": {
"properties": {
"shipping_rate": {
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67062,7 +67062,9 @@ paths:
title: shipping_address_collection_params
type: object
shipping_options:
description: The shipping rate options to apply to this Session.
description: >-
The shipping rate options to apply to this Session. Up to a
maximum of 5.
items:
properties:
shipping_rate:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -57144,7 +57144,7 @@
"type": "object"
},
"shipping_options": {
"description": "The shipping rate options to apply to this Session.",
"description": "The shipping rate options to apply to this Session. Up to a maximum of 5.",
"items": {
"properties": {
"shipping_rate": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63674,7 +63674,7 @@
"type": "object"
},
"shipping_options": {
"description": "The shipping rate options to apply to this Session.",
"description": "The shipping rate options to apply to this Session. Up to a maximum of 5.",
"items": {
"properties": {
"shipping_rate": {
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59099,7 +59099,9 @@ paths:
title: shipping_address_collection_params
type: object
shipping_options:
description: The shipping rate options to apply to this Session.
description: >-
The shipping rate options to apply to this Session. Up to a
maximum of 5.
items:
properties:
shipping_rate:
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51262,7 +51262,9 @@ paths:
title: shipping_address_collection_params
type: object
shipping_options:
description: The shipping rate options to apply to this Session.
description: >-
The shipping rate options to apply to this Session. Up to a
maximum of 5.
items:
properties:
shipping_rate:
Expand Down

0 comments on commit 649f667

Please sign in to comment.