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