From 7220f221ef21961acf112e6aaa804ca38e9a1922 Mon Sep 17 00:00:00 2001 From: Sameen Fatima Date: Thu, 21 Dec 2023 16:09:59 +0500 Subject: [PATCH] fix: rename body param for assign endpoint --- swagger/api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swagger/api.yaml b/swagger/api.yaml index d330361..e7e1ba0 100644 --- a/swagger/api.yaml +++ b/swagger/api.yaml @@ -51,6 +51,10 @@ paths: $ref: "https://raw.githubusercontent.com/edx/edx-enterprise/260055b/api.yaml#/endpoints/v1/enterpriseCustomerCourseEnrollments" "/enterprise/v1/enterprise-customer/{uuid}/learner-summary": $ref: "https://raw.githubusercontent.com/edx/edx-enterprise-data/eb793cf/api.yaml#/endpoints/v1/enterpriseCustomerLearnerSummary" + # 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" # 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": @@ -71,10 +75,6 @@ paths: # Learner Summary endpoint powered by Learner Progress Report V1 API "/enterprise/v3/enterprise-customer/{uuid}/learner-summary": $ref: "https://raw.githubusercontent.com/edx/edx-enterprise-data/eb793cf/api.yaml#/endpoints/v2/enterpriseCustomerLearnerSummary" - # 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/f2f38ee/api.yaml#/endpoints/v1/assignLicenses" # Registrar API Proxy # Note: There's an unresolved issue involving trailing slashes with proxy integrations in API Gateway.