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 16, 2024
1 parent b7c68d7 commit a999f7d
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
3 changes: 2 additions & 1 deletion 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
10 changes: 7 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90497,7 +90497,10 @@ paths:
maxLength: 5000
type: string
style: form
- explode: true
- description: >-
Only return disputes that were created during the given date
interval.
explode: true
in: query
name: created
required: false
Expand Down Expand Up @@ -92040,8 +92043,9 @@ paths:
'/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>
<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:
- description: Specifies which fields in the response should be expanded.
Expand Down
3 changes: 2 additions & 1 deletion 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
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -85129,6 +85129,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 @@ -86595,7 +86596,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
10 changes: 7 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78168,7 +78168,10 @@ paths:
maxLength: 5000
type: string
style: form
- explode: true
- description: >-
Only return disputes that were created during the given date
interval.
explode: true
in: query
name: created
required: false
Expand Down Expand Up @@ -79402,8 +79405,9 @@ paths:
'/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>
<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:
- description: Specifies which fields in the response should be expanded.
Expand Down
10 changes: 7 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70620,7 +70620,10 @@ paths:
maxLength: 5000
type: string
style: form
- explode: true
- description: >-
Only return disputes that were created during the given date
interval.
explode: true
in: query
name: created
required: false
Expand Down Expand Up @@ -71732,8 +71735,9 @@ paths:
'/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>
<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:
- description: Specifies which fields in the response should be expanded.
Expand Down

0 comments on commit a999f7d

Please sign in to comment.