From 14969a7e271dded058067b169788c677cf3f9d4c Mon Sep 17 00:00:00 2001 From: Jonathan Senning Date: Thu, 11 Jul 2024 09:01:32 -0400 Subject: [PATCH] Removed deprecated api/profiles/mailbox-combination route --- Gordon360/Controllers/ProfilesController.cs | 1 - docs/Endpoints.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gordon360/Controllers/ProfilesController.cs b/Gordon360/Controllers/ProfilesController.cs index f21afa21e..e5337ad83 100644 --- a/Gordon360/Controllers/ProfilesController.cs +++ b/Gordon360/Controllers/ProfilesController.cs @@ -201,7 +201,6 @@ public ActionResult GetEmergencyContact(string userna /// [HttpGet] [Route("mailbox-information")] - [Route("mailbox-combination")] // 2024-06-26: Route Deprecated - remove once UI has been updated public ActionResult GetMailInfo() { var username = AuthUtils.GetUsername(User); diff --git a/docs/Endpoints.md b/docs/Endpoints.md index 316e0e0e9..b95c3ce71 100644 --- a/docs/Endpoints.md +++ b/docs/Endpoints.md @@ -376,7 +376,7 @@ Differences from GoSite: `api/profiles/clifton/{username}` Get the Clifton Strengths of a user with username `username` as a parameter. -`api/profiles/mailbox-combination` Get the mailbox combination of the current logged in user. +`api/profiles/mailbox-information` Get the mailbox information, including combination, of the current logged in user. `api/profiles/Image` Get profile image of the current logged in user. Image is stored in a base 64 string.