Skip to content

Commit

Permalink
OpenAPI Update (#640)
Browse files Browse the repository at this point in the history
Update OpenAPI for 14bb0e1ecdb09ecfd2e4022fcc6292de0f3467a4

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 31, 2024
1 parent 93435b7 commit ebe79fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion embedded/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
5 changes: 4 additions & 1 deletion embedded/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

0 comments on commit ebe79fc

Please sign in to comment.