diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id]_customer-groups.ts b/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id]_customer-groups.ts index 64d5218a81..b824a2eaca 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id]_customer-groups.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_customers_[id]_customer-groups.ts @@ -1,8 +1,9 @@ /** * @oas [post] /admin/customers/{id}/customer-groups * operationId: PostCustomersIdCustomerGroups - * summary: Add Customer Group to Customer - * description: Add a Customer Group to a customer + * x-sidebar-summary: Manage Customer Groups + * summary: Manage Customer Groups of Customer + * description: Manage the customer groups of a customer, adding or removing the customer from those groups. * x-authenticated: true * parameters: * - name: id @@ -38,18 +39,18 @@ * properties: * add: * type: array - * description: The customer's add. + * description: The customer groups to add the customer to. * items: * type: string * title: add - * description: The add's details. + * description: The ID of the group to add the customer to. * remove: * type: array - * description: The customer's remove. + * description: The customer groups to remove the customer from. * items: * type: string * title: remove - * description: The remove's details. + * description: The ID of the group to remove the customer from. * x-codeSamples: * - lang: Shell * label: cURL