File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
www/utils/generated/oas-output/operations/admin Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @oas [post] /admin/customers/{id}/customer-groups
3
3
* 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.
6
7
* x-authenticated: true
7
8
* parameters:
8
9
* - name: id
38
39
* properties:
39
40
* add:
40
41
* type: array
41
- * description: The customer's add.
42
+ * description: The customer groups to add the customer to .
42
43
* items:
43
44
* type: string
44
45
* title: add
45
- * description: The add's details .
46
+ * description: The ID of the group to add the customer to .
46
47
* remove:
47
48
* type: array
48
- * description: The customer's remove.
49
+ * description: The customer groups to remove the customer from .
49
50
* items:
50
51
* type: string
51
52
* title: remove
52
- * description: The remove's details .
53
+ * description: The ID of the group to remove the customer from .
53
54
* x-codeSamples:
54
55
* - lang: Shell
55
56
* label: cURL
You can’t perform that action at this time.
0 commit comments