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 Nov 17, 2023
1 parent 8ab8c78 commit b21b244
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133606,8 +133606,10 @@ paths:
/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>
<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:
- description: >-
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -111574,7 +111574,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
6 changes: 4 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104905,8 +104905,10 @@ paths:
/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>
<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:
- description: >-
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89723,8 +89723,10 @@ paths:
/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>
<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:
- description: >-
Expand Down

0 comments on commit b21b244

Please sign in to comment.