Skip to content

Commit

Permalink
OpenAPI Update (#537)
Browse files Browse the repository at this point in the history
Update OpenAPI for b21b244c17a0d80b6377fba475d6724e66c7ed51

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 17, 2023
1 parent 1e28331 commit 6845c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -142356,7 +142356,7 @@
},
"/v1/prices": {
"get": {
"description": "<p>Returns a list of your active prices. For the list of inactive prices, set <code>active</code> to false.</p>",
"description": "<p>Returns a list of your active prices, excluding <a href=\"/docs/products-prices/pricing-models#inline-pricing\">inline prices</a>. For the list of inactive prices, set <code>active</code> to false.</p>",
"operationId": "GetPrices",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -104189,7 +104189,7 @@
},
"/v1/prices": {
"get": {
"description": "<p>Returns a list of your active prices. For the list of inactive prices, set <code>active</code> to false.</p>",
"description": "<p>Returns a list of your active prices, excluding <a href=\"/docs/products-prices/pricing-models#inline-pricing\">inline prices</a>. For the list of inactive prices, set <code>active</code> to false.</p>",
"operationId": "GetPrices",
"parameters": [
{
Expand Down

0 comments on commit 6845c3d

Please sign in to comment.