From 80036c1bb4ea02d2280ff26e3d3291ad5f94085b Mon Sep 17 00:00:00 2001 From: zamanafzal Date: Wed, 28 Feb 2024 23:03:20 +0500 Subject: [PATCH] fix: Change subscriptionsList endpoint hash --- swagger/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/api.yaml b/swagger/api.yaml index 4e7b7e5..172679c 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/eb99e98/api.yaml#/endpoints/v1/subscriptionsList" + $ref: "https://raw.githubusercontent.com/edx/license-manager/b7dc6e0/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":