Partially update a category.
PATCH
/catalogs/{catalogID}/categories/{categoryID}
200Description
Setting adjustListOrders to true will increase ListOrder for all categories with the same or higher ListOrder.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
catalogID | Required | string | ID of the catalog. | --- |
categoryID | Required | string | ID of the category. | --- |
adjustListOrders | boolean | Adjust list orders of the partial 1. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
Description | string | --- | 2000 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Active | boolean | --- | --- | --- | ||
ParentID | string | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
Description | string | --- | 2000 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Active | boolean | --- | --- | --- | ||
ParentID | string | --- | --- | --- | ||
ChildCount | Read Only | integer | int32 | --- | --- | |
xp | object | --- | --- | --- |