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 Feb 9, 2024
1 parent 981fe74 commit 129ef3a
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
7 changes: 6 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
6 changes: 5 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31157,7 +31157,11 @@ components:
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.
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
qr_code:
Expand Down
7 changes: 6 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
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
7 changes: 6 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -28062,7 +28062,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
6 changes: 5 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25473,7 +25473,11 @@ components:
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.
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
qr_code:
Expand Down
6 changes: 5 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21130,7 +21130,11 @@ components:
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.
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
qr_code:
Expand Down

0 comments on commit 129ef3a

Please sign in to comment.