Skip to content

Commit

Permalink
fix: add trailing slash & 301 response to subscription endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
justEhmadSaeed committed Feb 23, 2024
1 parent ce7403c commit a0f3408
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/d156536/api.yaml#/endpoints/v1/subscriptionsList"
$ref: "https://raw.githubusercontent.com/edx/license-manager/eb99e98/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 a0f3408

Please sign in to comment.