Skip to content

Commit

Permalink
OpenAPI Update (#638)
Browse files Browse the repository at this point in the history
Update OpenAPI for 5defed9abb1c7d7f332a443545e1ab20c2a34cf3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 30, 2024
1 parent ce85758 commit 573fe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -30348,7 +30348,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card.",
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -20769,7 +20769,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card.",
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit 573fe23

Please sign in to comment.