20 lines
534 B
TypeScript
20 lines
534 B
TypeScript
/**
|
|
* @schema AdminUpdateCustomerGroup
|
|
* type: object
|
|
* description: The details to update in a customer group.
|
|
* x-schemaName: AdminUpdateCustomerGroup
|
|
* properties:
|
|
* name:
|
|
* type: string
|
|
* title: name
|
|
* description: The customer group's name.
|
|
* metadata:
|
|
* type: object
|
|
* description: The customer group's metadata, can hold custom key-value pairs.
|
|
* externalDocs:
|
|
* url: https://docs.medusajs.com/api/admin#manage-metadata
|
|
* description: Learn how to manage metadata
|
|
*
|
|
*/
|
|
|