From 24a78eae6e84a801714bb308f7afa63597a02380 Mon Sep 17 00:00:00 2001 From: Sameen Fatima Date: Tue, 13 Feb 2024 18:01:42 +0500 Subject: [PATCH] fix: include missing response for bulk-enroll --- swagger/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger/api.yaml b/swagger/api.yaml index 36ed544..7642d45 100644 --- a/swagger/api.yaml +++ b/swagger/api.yaml @@ -54,11 +54,11 @@ 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/{uuid}/licenses/assign": - $ref: "https://raw.githubusercontent.com/edx/license-manager/eb9407e/api.yaml#/endpoints/v1/assignLicenses" + $ref: "https://raw.githubusercontent.com/edx/license-manager/b9e9ec9/api.yaml#/endpoints/v1/assignLicenses" "/enterprise/v1/subscriptions/{uuid}/licenses/bulk-revoke": $ref: "https://raw.githubusercontent.com/edx/license-manager/b9e9ec9/api.yaml#/endpoints/v1/revokeLicenses" "/enterprise/v1/bulk-license-enrollment": - $ref: "https://raw.githubusercontent.com/edx/license-manager/227342c/api.yaml#/endpoints/v1/bulkLicenseEnrollment" + $ref: "https://raw.githubusercontent.com/edx/license-manager/b9e9ec9/api.yaml#/endpoints/v1/bulkLicenseEnrollment" # Enterprise Catalog IDA # These are served from the enterprise catalog IDA, but we surface them with the rest of the enterprise endpoints "/enterprise/v2/enterprise-catalogs":