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 Aug 6, 2024
1 parent b1cda18 commit 003d0bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -66882,7 +66882,7 @@
"type": "string"
},
"status": {
"description": "The networking status of the reader.",
"description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.",
"enum": [
"offline",
"online"
Expand Down Expand Up @@ -87381,7 +87381,7 @@
"style": "form"
},
{
"description": "Only return charges for this transfer group.",
"description": "Only return charges for this transfer group, limited to 100.",
"in": "query",
"name": "transfer_group",
"required": false,
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61081,7 +61081,9 @@ components:
maxLength: 5000
type: string
status:
description: The networking status of the reader.
description: >-
The networking status of the reader. We do not recommend using this
field in flows that may block taking payments.
enum:
- offline
- online
Expand Down Expand Up @@ -79426,7 +79428,7 @@ paths:
schema:
type: string
style: form
- description: Only return charges for this transfer group.
- description: 'Only return charges for this transfer group, limited to 100.'
in: query
name: transfer_group
required: false
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -46515,7 +46515,7 @@
"type": "string"
},
"status": {
"description": "The networking status of the reader.",
"description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.",
"enum": [
"offline",
"online"
Expand Down Expand Up @@ -63855,7 +63855,7 @@
"style": "form"
},
{
"description": "Only return charges for this transfer group.",
"description": "Only return charges for this transfer group, limited to 100.",
"in": "query",
"name": "transfer_group",
"required": false,
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -56755,7 +56755,7 @@
"type": "string"
},
"status": {
"description": "The networking status of the reader.",
"description": "The networking status of the reader. We do not recommend using this field in flows that may block taking payments.",
"enum": [
"offline",
"online"
Expand Down Expand Up @@ -74244,7 +74244,7 @@
"style": "form"
},
{
"description": "Only return charges for this transfer group.",
"description": "Only return charges for this transfer group, limited to 100.",
"in": "query",
"name": "transfer_group",
"required": false,
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52126,7 +52126,9 @@ components:
maxLength: 5000
type: string
status:
description: The networking status of the reader.
description: >-
The networking status of the reader. We do not recommend using this
field in flows that may block taking payments.
enum:
- offline
- online
Expand Down Expand Up @@ -68069,7 +68071,7 @@ paths:
schema:
type: string
style: form
- description: Only return charges for this transfer group.
- description: 'Only return charges for this transfer group, limited to 100.'
in: query
name: transfer_group
required: false
Expand Down
6 changes: 4 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44069,7 +44069,9 @@ components:
maxLength: 5000
type: string
status:
description: The networking status of the reader.
description: >-
The networking status of the reader. We do not recommend using this
field in flows that may block taking payments.
enum:
- offline
- online
Expand Down Expand Up @@ -58046,7 +58048,7 @@ paths:
schema:
type: string
style: form
- description: Only return charges for this transfer group.
- description: 'Only return charges for this transfer group, limited to 100.'
in: query
name: transfer_group
required: false
Expand Down

0 comments on commit 003d0bf

Please sign in to comment.