Skip to content

Commit f575125

Browse files
shahednasserjimrarras
authored andcommitted
chore: fix manage customer groups of customer OAS (medusajs#11011)
* chore: fix manage customer groups of customer OAS * fix validation error
1 parent be6afdf commit f575125

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

www/utils/generated/oas-output/operations/admin/post_admin_customers_[id]_customer-groups.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/**
22
* @oas [post] /admin/customers/{id}/customer-groups
33
* operationId: PostCustomersIdCustomerGroups
4-
* summary: Add Customer Group to Customer
5-
* description: Add a Customer Group to a customer
4+
* x-sidebar-summary: Manage Customer Groups
5+
* summary: Manage Customer Groups of Customer
6+
* description: Manage the customer groups of a customer, adding or removing the customer from those groups.
67
* x-authenticated: true
78
* parameters:
89
* - name: id
@@ -38,18 +39,18 @@
3839
* properties:
3940
* add:
4041
* type: array
41-
* description: The customer's add.
42+
* description: The customer groups to add the customer to.
4243
* items:
4344
* type: string
4445
* title: add
45-
* description: The add's details.
46+
* description: The ID of the group to add the customer to.
4647
* remove:
4748
* type: array
48-
* description: The customer's remove.
49+
* description: The customer groups to remove the customer from.
4950
* items:
5051
* type: string
5152
* title: remove
52-
* description: The remove's details.
53+
* description: The ID of the group to remove the customer from.
5354
* x-codeSamples:
5455
* - lang: Shell
5556
* label: cURL

0 commit comments

Comments
 (0)