Skip to content

Commit

Permalink
Merge pull request #547 from openedx/sameen/fix-uri-path
Browse files Browse the repository at this point in the history
fix: replace subscription uuid variable in uri
  • Loading branch information
sameenfatima78 authored Dec 19, 2023
2 parents 8ef2e23 + fa0bee4 commit f2f38ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ endpoints:
requestParameters:
integration.request.header.Authorization: method.request.header.Authorization
integration.request.path.uuid: method.request.path.uuid
uri: https://${stageVariables.license_manager_host}/api/v1/subscriptions/{subscription_plan_uuid}/licenses/assign/
uri: https://${stageVariables.license_manager_host}/api/v1/subscriptions/{uuid}/licenses/assign/

0 comments on commit f2f38ee

Please sign in to comment.