Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #656

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion embedded/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
7 changes: 6 additions & 1 deletion embedded/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