From 8a358eb112ceccee0a8af071736d80887e173659 Mon Sep 17 00:00:00 2001 From: Kyle Willmon Date: Wed, 6 Aug 2025 09:22:20 -0500 Subject: [PATCH] Clarify Swagger removal note --- docs/home/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/changelog.md b/docs/home/changelog.md index 4b847606..6aae60df 100644 --- a/docs/home/changelog.md +++ b/docs/home/changelog.md @@ -25,7 +25,7 @@ - Package search results now have correct published timestamps or default to 1970 if unknown. ### Removed -- Swagger UI hosted at `/api/v0/swagger`. +- Swagger UI hosted at `https://api.phylum.io/api/v0/swagger` in favor of the unified Swagger UI available at `https://swagger.phylum.io/` - SUCCESS comments are no longer added to PRs. ## 2024 Week 50