Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 16, 2024
1 parent 22bf687 commit 761e7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -99144,6 +99144,7 @@
"style": "form"
},
{
"description": "Only return disputes that were created during the given date interval.",
"explode": true,
"in": "query",
"name": "created",
Expand Down Expand Up @@ -101041,7 +101042,7 @@
},
"/v1/events/{id}": {
"get": {
"description": "<p>Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.</p>",
"description": "<p>Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.</p>",
"operationId": "GetEventsId",
"parameters": [
{
Expand Down
3 changes: 2 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -79932,6 +79932,7 @@
"style": "form"
},
{
"description": "Only return disputes that were created during the given date interval.",
"explode": true,
"in": "query",
"name": "created",
Expand Down Expand Up @@ -81363,7 +81364,7 @@
},
"/v1/events/{id}": {
"get": {
"description": "<p>Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.</p>",
"description": "<p>Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.</p>",
"operationId": "GetEventsId",
"parameters": [
{
Expand Down

0 comments on commit 761e7eb

Please sign in to comment.