v1
latestOpenAPI 3.0.22026-07-223907721.1 MBCategories
Update Category Tree
Update Channel Category tree.
put/v1/channel/categories
Headers
Content-Encoding'gzip'
Use the Content-Encoding: gzip when sending JSON requestBody as compressed payload. This is recommended when creating huge category trees. There is a limit of 32 MB on this route.
Request body
Example request
{
"categoryList": [
{
"categoryId": "4711",
"displayName": "Beer",
"parentCategoryId": "2343"
}
]
}Response
Category Tree created
Example response
{
"categoryTreeVersion": "1559721549-ajifn"
}