diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index d8a1b044..83fc6d22 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -34601,12 +34601,7 @@ "description": "", "properties": { "hosted_instructions_url": { - "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", + "description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code or redirect to the Swish mobile app.", "maxLength": 5000, "type": "string" }, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index a2376aaf..22289b43 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -22430,12 +22430,7 @@ "description": "", "properties": { "hosted_instructions_url": { - "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", + "description": "The URL to the hosted Swish instructions page, which allows customers to view the QR code or redirect to the Swish mobile app.", "maxLength": 5000, "type": "string" },