From 49944a5f5bceb3491b262c570d89562c155d9c79 Mon Sep 17 00:00:00 2001 From: David An Date: Thu, 19 Dec 2024 13:34:31 -0500 Subject: [PATCH] CORE-243: deprecate /register/userinfo API (#1520) --- src/main/resources/swagger/api-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/swagger/api-docs.yaml b/src/main/resources/swagger/api-docs.yaml index 3c7656582..ef7eddb37 100755 --- a/src/main/resources/swagger/api-docs.yaml +++ b/src/main/resources/swagger/api-docs.yaml @@ -6186,6 +6186,7 @@ paths: x-codegen-request-body-name: profile /register/userinfo: get: + deprecated: true tags: - Profile summary: Passes through to Google's userinfo API and returns its response