Skip to content

Commit

Permalink
Merge pull request #272 from edx/sameen/fix-bulk-revoke-endpoint
Browse files Browse the repository at this point in the history
fix: add definition for body schema
  • Loading branch information
sameenfatima78 authored Jan 16, 2024
2 parents 731cb3c + 4c2b196 commit 6670ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ paths:
"/enterprise/v1/subscriptions/{uuid}/licenses/assign":
$ref: "https://raw.githubusercontent.com/edx/license-manager/eb9407e/api.yaml#/endpoints/v1/assignLicenses"
"/enterprise/v1/subscriptions/{uuid}/licenses/bulk-revoke":
$ref: "https://raw.githubusercontent.com/edx/license-manager/141e10e/api.yaml#/endpoints/v1/revokeLicenses"
$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"
# Enterprise Catalog IDA
Expand Down

0 comments on commit 6670ed5

Please sign in to comment.