Skip to content

Commit

Permalink
OpenAPI Update (#532)
Browse files Browse the repository at this point in the history
Update OpenAPI for 91deaa37b5324ff49d40c0656ef38edd6eef0903

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 16, 2023
1 parent 762befb commit d55603e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -81681,6 +81681,21 @@
},
"style": "form"
},
{
"description": "Only return the Checkout Sessions matching the given status.",
"in": "query",
"name": "status",
"required": false,
"schema": {
"enum": [
"complete",
"expired",
"open"
],
"type": "string"
},
"style": "form"
},
{
"description": "Only return the Checkout Session for the subscription specified.",
"in": "query",
Expand Down
15 changes: 15 additions & 0 deletions embedded/openapi/spec3.json
Expand Up @@ -57829,6 +57829,21 @@
},
"style": "form"
},
{
"description": "Only return the Checkout Sessions matching the given status.",
"in": "query",
"name": "status",
"required": false,
"schema": {
"enum": [
"complete",
"expired",
"open"
],
"type": "string"
},
"style": "form"
},
{
"description": "Only return the Checkout Session for the subscription specified.",
"in": "query",
Expand Down

0 comments on commit d55603e

Please sign in to comment.