From c45d98fdc3efa0a4e26ac81e6280f2480c5ff2d2 Mon Sep 17 00:00:00 2001 From: Lomion0815 Date: Wed, 7 May 2025 22:09:46 +0200 Subject: [PATCH] Fix Swagger UI callback path --- docs/topics/admin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/admin-api.md b/docs/topics/admin-api.md index 47e9975a6..75d5e2b0a 100644 --- a/docs/topics/admin-api.md +++ b/docs/topics/admin-api.md @@ -67,7 +67,7 @@ clients: # The Swagger UI callback in the hosted documentation - https://element-hq.github.io/matrix-authentication-service/api/oauth2-redirect.html # The Swagger UI callback hosted by the service - - https://mas.example.com/api/doc/oauth2-redirect + - https://mas.example.com/api/doc/oauth2-callback ``` Then, in Swagger UI, click on the "Authorize" button.