From a3a9b87a7a4d542c2aad5512b96f384688b67603 Mon Sep 17 00:00:00 2001 From: Sameen Fatima Date: Thu, 21 Dec 2023 14:53:11 +0500 Subject: [PATCH] fix: fix body param name for license assing endpoint --- api-compact.yaml | 4 ++-- api.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-compact.yaml b/api-compact.yaml index 7f30e7cf..8ed71aa7 100644 --- a/api-compact.yaml +++ b/api-compact.yaml @@ -106,7 +106,7 @@ endpoints: parameters: - *auth_header - *uuid - - name: "body" + - name: "data" in: "body" description: "User emails, sfids, and email content." required: true @@ -145,4 +145,4 @@ endpoints: requestParameters: integration.request.header.Authorization: "method.request.header.Authorization" integration.request.path.uuid: "method.request.path.uuid" - uri: "https://${stageVariables.license_manager_host}/api/v1/subscriptions/{subscription_plan_uuid}/licenses/assign/" + uri: "https://${stageVariables.license_manager_host}/api/v1/subscriptions/{uuid}/licenses/assign/" diff --git a/api.yaml b/api.yaml index 886a927d..6973ba31 100644 --- a/api.yaml +++ b/api.yaml @@ -92,7 +92,7 @@ endpoints: in: path required: true type: string - - name: body + - name: data in: body description: User emails, sfids, and email content. required: true