Get category groups​
Create a new category group​
Get category group by ID​
Delete a category group​
Update a category group​
PATCH
/api/v2/category-groups/{id}
Update an existing category group
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Category Group Id
Type
Requiredinteger
Format
"int64"Request Body​
application/json
{
 Â
}
Responses​
Updated category group object
application/json
{
 Â
}
