Skip to content

Commit

Permalink
Merge pull request #268 from edx/zafzal/change-endpoint-hash
Browse files Browse the repository at this point in the history
fix: Change revoke endpoint hash
  • Loading branch information
zamanafzal committed Jan 11, 2024
2 parents 0b3ef2a + 2b652c3 commit 6bd5025
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/227342c/api.yaml#/endpoints/v1/revokeLicenses"
$ref: "https://raw.githubusercontent.com/edx/license-manager/f9c95bd/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 6bd5025

Please sign in to comment.