Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 14, 2023
1 parent 4afe1a5 commit c38190b
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 @@ -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
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
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

0 comments on commit c38190b

Please sign in to comment.