Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed bulk_license_enrollment parameter name #556

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading