15 lines
444 B
YAML
15 lines
444 B
YAML
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
|