Skip to content

Commit

Permalink
Merge pull request #287 from edx/zafzal/ENT-8512
Browse files Browse the repository at this point in the history
fix: Change subscriptionsList endpoint hash
  • Loading branch information
sameenfatima78 authored Feb 29, 2024
2 parents ffedc2c + 80036c1 commit 1eb6aaa
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 @@ -54,7 +54,7 @@ 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":
$ref: "https://raw.githubusercontent.com/edx/license-manager/eb99e98/api.yaml#/endpoints/v1/subscriptionsList"
$ref: "https://raw.githubusercontent.com/edx/license-manager/b7dc6e0/api.yaml#/endpoints/v1/subscriptionsList"
"/enterprise/v1/subscriptions/{uuid}/licenses/assign":
$ref: "https://raw.githubusercontent.com/edx/license-manager/b9e9ec9/api.yaml#/endpoints/v1/assignLicenses"
"/enterprise/v1/subscriptions/{uuid}/licenses/bulk-revoke":
Expand Down

0 comments on commit 1eb6aaa

Please sign in to comment.