Skip to content

Commit

Permalink
Merge pull request #556 from openedx/zafzal/fix-bulk-enroll-endpoint-…
Browse files Browse the repository at this point in the history
…query-param

fix: Fixed bulk_license_enrollment parameter name
  • Loading branch information
zamanafzal authored Jan 10, 2024
2 parents cfca89f + 5bf10e7 commit 227342c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ endpoints:
parameters:
- *auth_header
- *uuid
- name: "data"
- name: "input"
in: "body"
description: "User emails OR search filters for emails and status"
required: true
Expand Down Expand Up @@ -266,7 +266,7 @@ endpoints:
- *enterprise_customer_uuid_qs_param
- *enroll_all_qs_param
- *subscription_uuid_qs_param
- name: "data"
- name: "payload"
in: "body"
description: "User emails and course run keys along with a notify learners flag"
required: true
Expand Down
4 changes: 2 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ endpoints:
in: path
required: true
type: string
- name: data
- name: input
in: body
description: User emails OR search filters for emails and status
required: true
Expand Down Expand Up @@ -316,7 +316,7 @@ endpoints:
name: subscription_uuid
required: false
type: string
- name: data
- name: payload
in: body
description: User emails and course run keys along with a notify learners flag
required: true
Expand Down

0 comments on commit 227342c

Please sign in to comment.