From a0f340832a6415de7359552078c564d178a81f4d Mon Sep 17 00:00:00 2001 From: Ehmad Saeed Date: Fri, 23 Feb 2024 18:29:39 +0500 Subject: [PATCH] fix: add trailing slash & 301 response to subscription endpoint --- swagger/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/api.yaml b/swagger/api.yaml index cbd0f89..4e7b7e5 100644 --- a/swagger/api.yaml +++ b/swagger/api.yaml @@ -54,7 +54,7 @@ paths: # License Manager IDA # These are served from the license manager IDA, but we surface them with the rest of the enterprise endpoints "/enterprise/v1/subscriptions": - $ref: "https://raw.githubusercontent.com/edx/license-manager/d156536/api.yaml#/endpoints/v1/subscriptionsList" + $ref: "https://raw.githubusercontent.com/edx/license-manager/eb99e98/api.yaml#/endpoints/v1/subscriptionsList" "/enterprise/v1/subscriptions/{uuid}/licenses/assign": $ref: "https://raw.githubusercontent.com/edx/license-manager/b9e9ec9/api.yaml#/endpoints/v1/assignLicenses" "/enterprise/v1/subscriptions/{uuid}/licenses/bulk-revoke":