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