Update customer group

Update a customer group's name or description.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequiredformat: "uuid"

Request

Body
namestringOptional1-255 characters
descriptionstring or nullOptional<=1000 characters

Response

200
idstringformat: "uuid"
namestring
descriptionstring or null
customerCountinteger
createdAtdatetime
updatedAtdatetime
customerslist of objects

Errors

404
Not Found Error
409
Conflict Error
500
Internal Server Error