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 14, 2023
1 parent 7182843 commit a3471a2
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 @@ -138928,7 +138928,7 @@
},
"/v1/prices": {
"get": {
"description": "<p>Returns a list of your prices.</p>",
"description": "<p>Returns a list of your active prices. For the list of inactive prices, set <code>active</code> to false.</p>",
"operationId": "GetPrices",
"parameters": [
{
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 @@ -130363,7 +130363,9 @@ paths:
description: Error response.
/v1/prices:
get:
description: <p>Returns a list of your prices.</p>
description: >-
<p>Returns a list of your active prices. 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 @@ -103636,7 +103636,7 @@
},
"/v1/prices": {
"get": {
"description": "<p>Returns a list of your prices.</p>",
"description": "<p>Returns a list of your active prices. 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 @@ -110952,7 +110952,7 @@
},
"/v1/prices": {
"get": {
"description": "<p>Returns a list of your prices.</p>",
"description": "<p>Returns a list of your active prices. For the list of inactive prices, set <code>active</code> to false.</p>",
"operationId": "GetPrices",
"parameters": [
{
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104257,7 +104257,9 @@ paths:
description: Error response.
/v1/prices:
get:
description: <p>Returns a list of your prices.</p>
description: >-
<p>Returns a list of your active prices. For the list of inactive
prices, set <code>active</code> to false.</p>
operationId: GetPrices
parameters:
- description: >-
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89272,7 +89272,9 @@ paths:
description: Error response.
/v1/prices:
get:
description: <p>Returns a list of your prices.</p>
description: >-
<p>Returns a list of your active prices. For the list of inactive
prices, set <code>active</code> to false.</p>
operationId: GetPrices
parameters:
- description: >-
Expand Down

0 comments on commit a3471a2

Please sign in to comment.