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 Jul 18, 2024
1 parent 4e32efc commit e138daa
Show file tree
Hide file tree
Showing 6 changed files with 6 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 @@ -170319,7 +170319,7 @@
},
"/v1/refunds": {
"get": {
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.</p>",
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first. The 10 most recent refunds are always available by default on the Charge object.</p>",
"operationId": "GetRefunds",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161475,7 +161475,7 @@ paths:
get:
description: >-
<p>Returns a list of all refunds you created. We return the refunds in
sorted order, with the most recent refunds appearing first The 10 most
sorted order, with the most recent refunds appearing first. The 10 most
recent refunds are always available by default on the Charge object.</p>
operationId: GetRefunds
parameters:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -128536,7 +128536,7 @@
},
"/v1/refunds": {
"get": {
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.</p>",
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first. The 10 most recent refunds are always available by default on the Charge object.</p>",
"operationId": "GetRefunds",
"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 @@ -135591,7 +135591,7 @@
},
"/v1/refunds": {
"get": {
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.</p>",
"description": "<p>Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first. The 10 most recent refunds are always available by default on the Charge object.</p>",
"operationId": "GetRefunds",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128427,7 +128427,7 @@ paths:
get:
description: >-
<p>Returns a list of all refunds you created. We return the refunds in
sorted order, with the most recent refunds appearing first The 10 most
sorted order, with the most recent refunds appearing first. The 10 most
recent refunds are always available by default on the Charge object.</p>
operationId: GetRefunds
parameters:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109182,7 +109182,7 @@ paths:
get:
description: >-
<p>Returns a list of all refunds you created. We return the refunds in
sorted order, with the most recent refunds appearing first The 10 most
sorted order, with the most recent refunds appearing first. The 10 most
recent refunds are always available by default on the Charge object.</p>
operationId: GetRefunds
parameters:
Expand Down

0 comments on commit e138daa

Please sign in to comment.