From 5bf10e7c90b25bc563131ea59ec7ab98a0435b7d Mon Sep 17 00:00:00 2001 From: zamanafzal Date: Wed, 10 Jan 2024 18:20:20 +0500 Subject: [PATCH] fix: Fixed bulk_license_enrollment parameter name --- api-compact.yaml | 4 ++-- api.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-compact.yaml b/api-compact.yaml index 560d2fb4..ba6c70c2 100644 --- a/api-compact.yaml +++ b/api-compact.yaml @@ -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 @@ -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 diff --git a/api.yaml b/api.yaml index e40f9b65..f75a1c66 100644 --- a/api.yaml +++ b/api.yaml @@ -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 @@ -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