Skip to content

Commit

Permalink
fix: fix body param name for license assing endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameen Fatima authored and Sameen Fatima committed Dec 21, 2023
1 parent f2f38ee commit a3a9b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endpoints:
parameters:
- *auth_header
- *uuid
- name: "body"
- name: "data"
in: "body"
description: "User emails, sfids, and email content."
required: true
Expand Down Expand Up @@ -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/"
2 changes: 1 addition & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3a9b87

Please sign in to comment.