Skip to content

Commit

Permalink
OpenAPI Update (#656)
Browse files Browse the repository at this point in the history
Update OpenAPI for 129ef3a2aead9420fb3649e5d5de33dafb055dad

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 9, 2024
1 parent 0370d91 commit 2039092
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -34601,7 +34601,12 @@
"description": "",
"properties": {
"hosted_instructions_url": {
"description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code or redirect to the Swish mobile app.",
"description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code.",
"maxLength": 5000,
"type": "string"
},
"mobile_auth_url": {
"description": "The url for mobile redirect based auth",
"maxLength": 5000,
"type": "string"
},
Expand Down
7 changes: 6 additions & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -22430,7 +22430,12 @@
"description": "",
"properties": {
"hosted_instructions_url": {
"description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code or redirect to the Swish mobile app.",
"description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code.",
"maxLength": 5000,
"type": "string"
},
"mobile_auth_url": {
"description": "The url for mobile redirect based auth",
"maxLength": 5000,
"type": "string"
},
Expand Down

0 comments on commit 2039092

Please sign in to comment.