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 Jan 31, 2024
1 parent f163354 commit 14bb0e1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
5 changes: 4 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -61182,7 +61182,10 @@
},
"status": {
"description": "The networking status of the reader.",
"maxLength": 5000,
"enum": [
"offline",
"online"
],
"nullable": true,
"type": "string"
}
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55376,7 +55376,9 @@ components:
type: string
status:
description: The networking status of the reader.
maxLength: 5000
enum:
- offline
- online
nullable: true
type: string
required:
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -42020,7 +42020,10 @@
},
"status": {
"description": "The networking status of the reader.",
"maxLength": 5000,
"enum": [
"offline",
"online"
],
"nullable": true,
"type": "string"
}
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -51270,7 +51270,10 @@
},
"status": {
"description": "The networking status of the reader.",
"maxLength": 5000,
"enum": [
"offline",
"online"
],
"nullable": true,
"type": "string"
}
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46738,7 +46738,9 @@ components:
type: string
status:
description: The networking status of the reader.
maxLength: 5000
enum:
- offline
- online
nullable: true
type: string
required:
Expand Down
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39478,7 +39478,9 @@ components:
type: string
status:
description: The networking status of the reader.
maxLength: 5000
enum:
- offline
- online
nullable: true
type: string
required:
Expand Down

0 comments on commit 14bb0e1

Please sign in to comment.