Skip to content

Commit

Permalink
fix: Fixed bulk_license_enrollment parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
zamanafzal committed Jan 10, 2024
1 parent cfca89f commit 5bf10e7
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 5bf10e7

Please sign in to comment.