Skip to content

Commit

Permalink
Merge pull request #259 from edx/sameen/fix-body-param
Browse files Browse the repository at this point in the history
fix: rename body param for assign endpoint
  • Loading branch information
sameenfatima78 authored Dec 21, 2023
2 parents f8e6d83 + 7220f22 commit 6a352c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand All @@ -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.
Expand Down

0 comments on commit 6a352c9

Please sign in to comment.