REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
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
{
 Â
}
